# 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 = "caster" version = "0.3.0" authors = ["Mihai Galos "] description = "🚀 Publish stdout via http." keywords = ["cli", "publish", "service"] categories = ["command-line-utilities", "network-programming"] license = "MIT" repository = "https://github.com/mihaigalos/caster" resolver = "2" [dependencies.autoclap] version = "0.2.1" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "3.0.13" [dependencies.colored] version = "2.0.0" [dependencies.hyper] version = "0.14" features = ["full"] [dependencies.pretty_env_logger] version = "0.4" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tower] version = "0.4.11" features = ["util"]