# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "cargo-service-message" version = "0.1.8" authors = ["Giles Cope "] default-run = "cargo-service-message" description = "Seamless integration of cargo with TeamCity" keywords = ["ci", "teamcity"] categories = ["development-tools::cargo-plugins", "development-tools::testing", "development-tools::profiling"] license = "MIT OR Apache-2.0" repository = "https://github.com/gilescope/cargo-service-message.git" [lib] name = "service_message" path = "src/lib.rs" [[bin]] name = "cargo-service-message" path = "src/bin/cargo-service-message.rs" [dependencies.ctrlc] version = "3.1" features = ["termination"] [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" features = ["std"] default-features = false [badges.maintenance] status = "experimental"