[package] name = "cargo-service-message" version = "0.1.8" authors = ["Giles Cope "] edition = "2018" description = "Seamless integration of cargo with TeamCity" repository = "https://github.com/gilescope/cargo-service-message.git" license = "MIT OR Apache-2.0" keywords = ["ci", "teamcity"] categories = ["development-tools::cargo-plugins", "development-tools::testing", "development-tools::profiling"] default-run = "cargo-service-message" [badges] maintenance = { status = "experimental" } [lib] name="service_message" path="src/lib.rs" [[bin]] name="cargo-service-message" path="src/bin/cargo-service-message.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = "1.0" serde_json = { version = "1.0", default-features = false, features=["std"] } ctrlc = { version="3.1", features = ["termination"]}