# 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 = "pkgbob" version = "0.0.6" authors = ["Jonathan Perkin "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A pkgsrc package builder" homepage = "https://github.com/jperkin/bob" documentation = "https://docs.rs/pkgbob" readme = "README.md" keywords = [ "cli", "pkgsrc", ] license = "ISC" repository = "https://github.com/jperkin/bob" [[bin]] name = "bob" path = "src/main.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.dirs] version = "5.0.1" [dependencies.indicatif] version = "0.17.8" [dependencies.petgraph] version = "0.6.5" [dependencies.pkgsrc] version = "0.4.0" [dependencies.rayon] version = "1.10.0" [dependencies.serde] version = "1.0.210" [dependencies.serde_derive] version = "1.0.210" [dependencies.thiserror] version = "1.0.64" [dependencies.toml] version = "0.8.19"