# 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.75.0" name = "publisher" version = "0.1.9" authors = ["Pavan Kumar Sunkara "] description = "Tool to publish & distribute CLI tools" homepage = "https://github.com/termapps/publisher" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/termapps/publisher" [profile.release] lto = "thin" codegen-units = 1 strip = true [profile.release-opt-size] opt-level = "z" lto = true panic = "abort" inherits = "release" [[bin]] name = "publisher" path = "src/main.rs" [dependencies.anstream] version = "0.6.4" [dependencies.clap] version = "4.4.7" features = [ "derive", "wrap_help", ] [dependencies.clap-verbosity-flag] version = "2.1.0" [dependencies.colorchoice-clap] version = "1.0.3" [dependencies.config] version = "0.13.3" features = ["toml"] default-features = false [dependencies.heck] version = "0.4.1" [dependencies.inquire] version = "0.7.5" [dependencies.owo-colors] version = "3.5.0" [dependencies.proc-exit] version = "2.0.1" [dependencies.regex] version = "1.10.5" [dependencies.serde] version = "1.0.153" features = ["derive"] [dependencies.serde_json] version = "1.0.120" [dependencies.thiserror] version = "1.0.39" [dependencies.toml] version = "0.8.15" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-log] version = "0.1.3" features = [ "log-tracer", "std", ] default-features = false [dependencies.tracing-subscriber] version = "0.3.16" [dependencies.xshell] version = "0.2.3"