mirror of
https://github.com/fluencelabs/marine.git
synced 2025-03-15 22:10:49 +00:00
* Update Rust crate semver to v1 * bump all the deps * update wasmer-it and fix build * bump more versions + fix marine-js Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Valery Antopol <valery.antopol@gmail.com>
33 lines
802 B
TOML
33 lines
802 B
TOML
[package]
|
|
name = "marine"
|
|
description = "Fluence Marine command line tool"
|
|
version = "0.12.4"
|
|
authors = ["Fluence Labs"]
|
|
repository = "https://github.com/fluencelabs/marine/tools/cli"
|
|
license = "Apache-2.0"
|
|
edition = "2018"
|
|
|
|
[[bin]]
|
|
name = "marine"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|
|
marine-it-generator = { path = "../../crates/it-generator", version = "0.9.4" }
|
|
marine-it-parser = { path = "../../crates/it-parser", version = "0.11.0" }
|
|
marine-module-info-parser = { path = "../../crates/module-info-parser", version = "0.5.0" }
|
|
|
|
cargo_toml = "0.11.6"
|
|
semver = "1.0.13"
|
|
walrus = "0.19.0"
|
|
Inflector = "0.11.4"
|
|
toml = "0.5.9"
|
|
atty = "0.2.14"
|
|
thiserror = "1.0.34"
|
|
anyhow = "1.0.64"
|
|
check-latest = "1.0.1"
|
|
clap = "2.34.0"
|
|
exitfailure = "0.5.1"
|
|
serde = "1.0.144"
|
|
serde_json = "1.0.85"
|
|
termion = "1.5.6"
|