# 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 = "cpkg" version = "0.12.1" authors = ["David Cruz "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A dead simple C package manager." readme = "README.md" keywords = [ "c-lang", "package", "management", ] categories = [ "command-line-utilities", "development-tools", "config", ] license = "MIT" [[bin]] name = "cpkg" path = "src/main.rs" [dependencies.anyhow] version = "1.0.82" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.indoc] version = "2.0.5" [dependencies.nestify] version = "0.3.3" [dependencies.rustyline] version = "14.0.0" [dependencies.self_update] version = "0.40.0" features = ["rustls"] [dependencies.serde] version = "1.0.200" features = ["derive"] [dependencies.tempfile] version = "3.10.1" [dependencies.toml] version = "0.8.12" [dependencies.walkdir] version = "2.5.0" [dependencies.which] version = "6.0.1" [dev-dependencies.tempfile] version = "3.10.1"