Skip to content

Commit

Permalink
Shrink default features
Browse files Browse the repository at this point in the history
  • Loading branch information
blackbeam committed Dec 24, 2024
1 parent d5ccdcc commit 4d7c33b
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,30 +77,16 @@ socket2 = { version = "0.5.2", features = ["all"] }
tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread"] }

[features]
default = [
"flate2/zlib",
"bigdecimal",
"rust_decimal",
"time",
"frunk",
"derive",
"native-tls-tls",
"binlog",
]
default = ["flate2/zlib", "derive"]

default-rustls = ["default-rustls-no-provider", "aws-lc-rs"]

default-rustls-ring = ["default-rustls-no-provider", "ring"]

default-rustls-no-provider = [
"flate2/rust_backend",
"bigdecimal",
"rust_decimal",
"time",
"frunk",
"derive",
"rustls-tls",
"binlog",
"tls12",
]

Expand Down

0 comments on commit 4d7c33b

Please sign in to comment.