[dependencies]
[lib]
name = "ads_rs"
path = "src/lib.rs"
[package]
authors = ["FilaCo <awesome.chekushka@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["algorithms", "data-structures"]
description = "ads-rs (Algorithms and Data Structures) is a set of useful generic production-ready algorithms and data structures."
documentation = "https://docs.rs/ads-rs"
edition = "2021"
exclude = [".github/", ".husky/", ".commitlintrc.json", ".releaserc.json", "package-*.json"]
keywords = ["algorithms", "data-structures"]
license = "MIT OR Apache-2.0"
name = "ads-rs"
readme = "README.md"
repository = "https://github.com/FilaCo/ads-rs"
version = "0.1.0"