# 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 = "2021" rust-version = "1.66" name = "determinator" version = "0.12.0" authors = ["Rain "] include = [ "README.md", "**/*.rs", "default-rules.toml", ] description = "Figure out which packages changed between two commits to a workspace." documentation = "https://docs.rs/determinator" readme = "README.md" keywords = [ "cargo", "guppy", "determinator", "package-changes", "build-caching", ] categories = [ "config", "development-tools", ] license = "MIT OR Apache-2.0" repository = "https://github.com/guppy-rs/guppy" [dependencies.camino] version = "1.1.4" [dependencies.globset] version = "0.4.10" [dependencies.guppy] version = "0.17.0" features = [ "rayon1", "summaries", ] [dependencies.guppy-workspace-hack] version = "0.1" [dependencies.once_cell] version = "1.18.0" [dependencies.petgraph] version = "0.6.3" features = ["graphmap"] default-features = false [dependencies.rayon] version = "1.7.0" [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.toml] version = "0.5.11" [dev-dependencies.cfg-if] version = "1.0.0"