Skip to content

Commit

Permalink
Removed Unnecessary Features
Browse files Browse the repository at this point in the history
  • Loading branch information
Redfire75369 committed Nov 25, 2023
1 parent eb6fbe3 commit 3f81907
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 45 deletions.
41 changes: 0 additions & 41 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ authors = ["Redfire <redfire75369@hotmail.com>"]

[dependencies]
humansize = "2.1.3"
rustyline = "12.0.0"
rustyline-derive = "0.9.0"

colored.workspace = true
Expand All @@ -26,6 +25,10 @@ features = ["derive"]
workspace = true
features = ["fetch"]

[dependencies.rustyline]
version = "12.0.0"
default-features = false

[dependencies.tokio]
workspace = true
features = ["macros", "rt"]
Expand Down
2 changes: 1 addition & 1 deletion ion-proc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ proc-macro2 = "1.0.69"

[dependencies.syn]
version = "2.0.39"
features = ["full", "visit-mut"]
features = ["visit-mut"]

[lints]
workspace = true
Expand Down
2 changes: 1 addition & 1 deletion modules/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ runtime.workspace = true
workspace = true
features = ["macros"]


[dependencies.tokio]
workspace = true
features = ["fs"]

[dependencies.tokio-stream]
version = "0.1.14"
default-features = false
features = ["fs"]

[dev-dependencies.tokio]
Expand Down
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ optional = true
[dependencies.hyper-rustls]
version = "0.24.2"
default-features = false
features = ["http1", "logging", "tls12", "webpki-tokio"]
features = ["http1", "tls12", "webpki-tokio"]
optional = true

[dependencies.ion]
Expand Down

0 comments on commit 3f81907

Please sign in to comment.