Skip to content

Commit

Permalink
remove compression feature flags
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 committed Jun 13, 2024
1 parent 1b8e8f0 commit af43ec3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ path = "src/lib.rs"

[features]
default = []
lz4 = ["dep:lz4_flex"]
miniz = ["dep:miniz_oxide"]
serde = ["dep:serde"]

[dependencies]
Expand Down
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,6 @@ Keys are limited to 65536 bytes, values are limited to 2^32 bytes.

## Feature flags

### lz4

Allows using `LZ4` compression, powered by [`lz4_flex`](https://github.com/PSeitz/lz4_flex).

*Disabled by default.*

### miniz

Allows using `DEFLATE/zlib` compression, powered by [`miniz_oxide`](https://github.com/Frommi/miniz_oxide).

*Disabled by default.*

### serde

Enables `serde` derives.
Expand Down

0 comments on commit af43ec3

Please sign in to comment.