# 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 = "pubgrub" version = "0.2.1" authors = ["Matthieu Pizenberg ", "Alex Tokarev ", "Jacob Finkelman "] include = ["Cargo.toml", "LICENSE", "README.md", "src/**", "tests/**", "examples/**", "benches/**"] description = "PubGrub version solving algorithm" readme = "README.md" keywords = ["dependency", "pubgrub", "semver", "solver", "version"] categories = ["algorithms"] license = "MPL-2.0" repository = "https://github.com/pubgrub-rs/pubgrub" [[bench]] name = "large_case" harness = false required-features = ["serde"] [dependencies.rustc-hash] version = "1.1.0" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.proptest] version = "0.10.1" [dev-dependencies.ron] version = "0.6" [dev-dependencies.varisat] version = "0.2.2"