# 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.56.0" name = "santa" version = "0.1.0" authors = ["Tyler Butler "] description = "a tool that manages packages across different platforms" readme = "README.md" license = "MIT" repository = "https://github.com/tylerbutler/santa" resolver = "2" [[bin]] name = "santa" path = "src/main.rs" [dependencies.anyhow] version = "1.0.51" [dependencies.clap] version = "3.0.0" features = ["color", "derive", "cargo", "wrap_help"] [dependencies.config] version = "0.12" [dependencies.directories] version = "4.0" [dependencies.log] version = "0.4.14" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde-enum-str] version = "0.2.4" [dependencies.serde_yaml] version = "0.8.23" [dependencies.simplelog] version = "0.11.2" [dependencies.subprocess] version = "0.2.8" [dependencies.tabular] version = "0.2.0"