# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "boost-rs" version = "0.0.9" authors = ["JasonkayZK "] include = [ "src/", "LICENSE", "README.md", ] description = """ A library for boosting your develop productivity on Rust. """ homepage = "https://github.com/JasonkayZK/boost-rs" readme = "README.md" keywords = [ "utilities", "toolkit", "random", "macros", ] categories = [ "algorithms", "accessibility", "development-tools", ] license = "MIT" repository = "https://github.com/JasonkayZK/boost-rs" [[bench]] name = "skiplist" path = "./benches/skiplist/main.rs" harness = false [dependencies.bitvec] version = "1.0.1" optional = true [dependencies.boost-rs-macros] version = "0.0.2" [dependencies.log] version = "0.4" optional = true [dependencies.rand] version = "0.8.5" [dependencies.thiserror] version = "1.0.37" optional = true [dev-dependencies.criterion] version = "0.4.0" [features] collection = [ "thiserror", "rand/small_rng", "bitvec", ] default = [] env = [] full = [ "logger", "rand", "collection", "sort", "env", "types", ] logger = ["log"] rand = [] sort = [] types = []