# 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 = "probabilistic_data_structures" version = "0.1.0" authors = ["Mohamed Bana "] description = "Probabilistic data structures in Rust Lang." homepage = "https://github.com/banaio/probabilistic_data_structures.rs" readme = "README.md" keywords = ["bloom_filter", "count_min_sketch", "hyperloglog", "LSH", "pcsa"] categories = ["big_bata", "data_structures", "data_structures_DS", "data_structures(DS)", "probabilistic_DS"] license-file = "./LICENSE" repository = "https://github.com/banaio/probabilistic_data_structures.rs" [profile.bench] opt-level = 0 debug = 2 debug-assertions = true overflow-checks = true incremental = true [profile.dev] opt-level = 0 debug = 2 debug-assertions = true panic = "unwind" overflow-checks = true incremental = true [profile.release] opt-level = 3 debug = 2 debug-assertions = true panic = "unwind" overflow-checks = true incremental = true [profile.test] opt-level = 0 debug = 2 debug-assertions = true overflow-checks = true incremental = true [dependencies.better-panic] version = "0.1.2" [dependencies.chrono] version = "0.4" features = [] [dependencies.clap] version = "2.33" [dependencies.dialoguer] version = "0.4.0" [dependencies.env_logger] version = "0.6.2" [dependencies.log] version = "0.4" features = ["std"] [dependencies.structopt] version = "0.2" [dependencies.term_size] version = "0.3.1" [dev-dependencies.pretty_assertions] version = "0.6.1"