# 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 = "hotdrink-rs" version = "0.1.3" authors = ["Rudi B. Svartveit "] description = "An implementation of HotDrink in Rust." keywords = ["algorithms", "data-structures", "constraint-systems"] license = "MIT OR Apache-2.0" repository = "https://github.com/HotDrink/hotdrink-rs" [[bench]] name = "criterion" harness = false [dependencies.derivative] version = "2.2.0" [dependencies.futures] version = "0.3.7" [dependencies.getrandom] version = "0.2.2" features = ["js"] [dependencies.itertools] version = "0.10.0" [dependencies.log] version = "0.4.11" [dev-dependencies.criterion] version = "0.3.4" features = ["html_reports"] [dev-dependencies.env_logger] version = "0.8.3" [dev-dependencies.pretty_assertions] version = "0.7.1" [dev-dependencies.rand] version = "0.8.3" [dev-dependencies.rayon] version = "1.5.0"