# 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 = "cargosh" version = "0.1.0" authors = ["ikey4u "] description = "cargo ecosystem based cross platform shell script interpreter" readme = "README.md" keywords = [ "cli", "command", "shell", "interpreter", "cargosh", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/ikey4u/cargosh" [profile.release] lto = true codegen-units = 1 strip = true [dependencies.anyhow] version = "1.0.71" features = ["backtrace"] [dependencies.clap] version = "4.2.7" features = ["derive"] [dependencies.indoc] version = "2.0.1" [dependencies.log] version = "0.4.17" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-appender] version = "0.2.2" [dependencies.tracing-subscriber] version = "0.3.17"