diff --git a/Cargo.lock b/Cargo.lock index ebeec9aa1b..88e8f76e6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1913,36 +1913,8 @@ checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736" name = "jcli" version = "0.11.1" dependencies = [ - "assert_fs", - "base64 0.13.0", - "bech32", - "bincode", - "bytes 1.0.1", - "chain-addr", - "chain-core", - "chain-crypto", - "chain-impl-mockchain", - "chain-time", - "chain-vote", - "clap", - "ed25519-bip32", - "gtmpl", - "hex", "jcli-lib", - "jormungandr-lib", - "mime", - "predicates", - "rand 0.8.3", - "rand_chacha 0.3.0", - "rayon", - "reqwest", - "serde", - "serde_derive", - "serde_json", - "serde_yaml", "structopt", - "thiserror", - "valico", "versionisator", ] diff --git a/jcli/Cargo.toml b/jcli/Cargo.toml index a8dc0d8b5e..99630f80eb 100644 --- a/jcli/Cargo.toml +++ b/jcli/Cargo.toml @@ -12,46 +12,8 @@ Midgard Serpent edition = "2018" [dependencies] -rand = "0.8" -rand_chacha = "0.3" -serde = "1.0" -serde_derive = "1.0" -serde_json = "1.0.59" -serde_yaml = "0.8" -bincode = "1.3.3" -mime = "^0.3.7" structopt = "^0.3" -bech32 = "0.7" -hex = "0.4.2" -rayon = "1.5" -base64 = "0.13.0" -chain-core = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" } -chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" } -chain-addr = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" } -chain-crypto = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" } -chain-time = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" } -chain-vote = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = ["p256k1"] } jcli-lib = { path = "../jcli-lib" } -jormungandr-lib = { path = "../jormungandr-lib" } -gtmpl = "0.6.0" -valico = "3.5.0" -ed25519-bip32 = "0.3" -thiserror = "1.0" -bytes = "1.0" - -[dependencies.clap] -version = "2.33" -default-features = false -features = [ "suggestions", "color", "wrap_help" ] - -[dependencies.reqwest] -version = "0.11" -default-features = false -features = ["blocking", "rustls-tls", "json"] - -[dev-dependencies] -assert_fs = "1.0" -predicates = "1.0" [build-dependencies] versionisator = "1.0.2"