# 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" name = "cargo-px" version = "0.1.16" description = "A cargo sub-command to overcome some of the limitations of build scripts for code generation." readme = "README.md" keywords = [ "cargo", "generator", "build", "scripts", "generate", ] categories = [ "development-tools::cargo-plugins", "command-line-utilities", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/LukeMathWalker/cargo-px" [profile.dist] lto = "thin" inherits = "release" [[bin]] name = "cargo-px" path = "src/bin/main.rs" [dependencies.ahash] version = "0.8.3" [dependencies.anstream] version = "0.6.4" [dependencies.anstyle] version = "1.0.4" [dependencies.anyhow] version = "1.0.70" [dependencies.guppy] version = "0.17.2" [dependencies.libc] version = "0.2.149" [dependencies.once_cell] version = "1.17.1" [dependencies.petgraph] version = "0.6.3" features = ["stable_graph"] [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.supports-hyperlinks] version = "2.1.0" [dependencies.textwrap] version = "0.16" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17" features = [ "env-filter", "fmt", "time", ] [dependencies.url] version = "2.4.1" [target."cfg(windows)".dependencies.windows-sys] version = "0.52" features = [ "Win32_Foundation", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_IO", "Win32_System_Console", ]