Skip to content

Commit

Permalink
Reorganize dependencies in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Dec 6, 2022
1 parent 10b93a2 commit 84ee0ff
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ base64 = "0.13.0"
glob = "0.3.0"
cargo_metadata = "0.15.2"
cargo-options = "0.5.2"
cargo-zigbuild = { version = "0.14.1", optional = true }
cargo-xwin = { version = "0.13.0", default-features = false, optional = true }
cbindgen = { version = "0.24.2", default-features = false }
uniffi_bindgen = "0.21.0"
flate2 = "1.0.18"
Expand Down Expand Up @@ -58,11 +56,16 @@ cc = "1.0.72"
dunce = "1.0.2"
normpath = "0.3.2"
pep440 = "0.2.0"
time = "0.3.17"

# cli
clap = { version = "4.0.0", features = ["derive", "env", "wrap_help"] }
clap_complete_command = "0.4.0"

# cross compile
cargo-zigbuild = { version = "0.14.1", optional = true }
cargo-xwin = { version = "0.13.0", default-features = false, optional = true }

# log
tracing = "0.1.36"
tracing-subscriber = { version = "0.3.15", features = ["env-filter"], optional = true }
Expand All @@ -80,7 +83,6 @@ rpassword = { version = "7.0.0", optional = true }
ureq = { version = "2.3.1", features = ["gzip", "socks-proxy"], default-features = false, optional = true }
native-tls-crate = { package = "native-tls", version = "0.2.8", optional = true }
keyring = { version = "1.1.1", optional = true }
time = "0.3.17"

[dev-dependencies]
indoc = "1.0.3"
Expand Down

0 comments on commit 84ee0ff

Please sign in to comment.