marine/tools/cli/Cargo.toml

33 lines
802 B
TOML
Raw Normal View History

2020-07-07 23:11:42 +03:00
[package]
2021-05-11 15:44:11 +03:00
name = "marine"
2021-05-10 12:51:22 +03:00
description = "Fluence Marine command line tool"
version = "0.12.5"
2020-07-07 23:11:42 +03:00
authors = ["Fluence Labs"]
2021-05-10 12:51:22 +03:00
repository = "https://github.com/fluencelabs/marine/tools/cli"
2020-07-28 19:14:53 +03:00
license = "Apache-2.0"
2020-07-07 23:11:42 +03:00
edition = "2018"
[[bin]]
2021-05-10 12:51:22 +03:00
name = "marine"
2020-07-07 23:11:42 +03:00
path = "src/main.rs"
[dependencies]
marine-it-generator = { path = "../../crates/it-generator", version = "0.9.5" }
marine-it-parser = { path = "../../crates/it-parser", version = "0.11.1" }
marine-module-info-parser = { path = "../../crates/module-info-parser", version = "0.5.1" }
2021-03-16 13:51:59 +03:00
cargo_toml = "0.14.0"
semver = "1.0.14"
walrus = "0.19.0"
2021-05-20 20:20:57 +03:00
Inflector = "0.11.4"
toml = "0.5.9"
atty = "0.2.14"
thiserror = "1.0.37"
anyhow = "1.0.66"
check-latest = "1.0.1"
clap = "2.34.0"
2020-07-07 23:11:42 +03:00
exitfailure = "0.5.1"
serde = "1.0.147"
serde_json = "1.0.89"
termion = "1.5.6"