# 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.74.0" name = "pkgtool" version = "0.0.2" authors = ["Jonathan Perkin "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Utility for building pkgsrc packages" homepage = "https://github.com/jperkin/pkgtool" documentation = "https://docs.rs/pkgtool" readme = "README.md" keywords = ["pkgsrc"] license = "ISC" repository = "https://github.com/jperkin/pkgtool" [[bin]] name = "pkgtool" path = "src/main.rs" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.dirs] version = "5.0.1" [dependencies.petgraph] version = "0.6.5" [dependencies.pkgsrc] version = "0.3.0" features = ["serde"] [dependencies.serde] version = "1.0.210" [dependencies.serde_derive] version = "1.0.210" [dependencies.toml] version = "0.8.19"