# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "golomb-set" version = "0.2.0" authors = ["Ferdia McKeogh "] description = "A Golomb Coded Set implementation" documentation = "https://docs.rs/golomb-set" readme = "README.md" license = "MIT" repository = "https://github.com/1aim/golomb-set" [[bench]] name = "packing" harness = false [[bench]] name = "contains" harness = false [[bench]] name = "insert" harness = false [dependencies.bitbit] version = "0.2.0" [dependencies.bitvec] version = "0.14.0" [dependencies.byteorder] version = "1.3.2" [dependencies.digest] version = "0.8.1" [dependencies.failure] version = "0.1.5" [dependencies.failure_derive] version = "0.1.5" [dependencies.num] version = "0.2.0" [dependencies.num-integer] version = "0.1.41" [dev-dependencies.bloom] version = "0.3.2" [dev-dependencies.cargo-husky] version = "1.4.0" features = ["precommit-hook", "run-cargo-fmt"] default-features = false [dev-dependencies.criterion] version = "0.2.11" [dev-dependencies.doc-comment] version = "0.3.1" [dev-dependencies.md-5] version = "0.8.0" [dev-dependencies.proptest] version = "0.9.4" [dev-dependencies.rand_core] version = "0.5.0" [dev-dependencies.rand_xorshift] version = "0.2.0" [dev-dependencies.sha-1] version = "0.8.1" [dev-dependencies.twox-hash] version = "1.4.2" features = ["digest"] [dev-dependencies.uuid] version = "0.7.4"