# 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 = "2018" name = "pier" version = "0.1.6" authors = [ "Benjamin Scholtz", "Isak Johansson", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Linux script management tool" homepage = "https://github.com/BenSchZA/pier" documentation = "https://github.com/BenSchZA/pier/blob/master/README.md" readme = "README.md" keywords = [ "cli", "productivity", "tool", "devops", "management", ] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/BenSchZA/pier.git" [lib] name = "pier" path = "src/lib.rs" [[bin]] name = "pier" path = "src/main.rs" [[test]] name = "integration" path = "tests/tests.rs" [dependencies.dirs] version = "2.0.2" [dependencies.enum-kinds] version = "0.4.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.prettytable-rs] version = "^0.10" [dependencies.scrawl] version = "1.1.0" [dependencies.serde] version = "1.0.83" features = ["derive"] [dependencies.snafu] version = "0.5.0" [dependencies.structopt] version = "0.3" [dependencies.tempfile] version = "3.1.0" [dependencies.toml] version = "0.4" [dev-dependencies.assert_cmd] version = "0.11.1" [dev-dependencies.assert_fs] version = "0.11" [dev-dependencies.predicates] version = "1.0" [dev-dependencies.serde] version = "1.0.83" features = ["derive"]