entropyfs 0.3.0

Entropy-native Linux filesystem: persist irreducible state, materialize structure, preserve exact bytes.
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.87"
name = "entropyfs"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Entropy-native Linux filesystem: persist irreducible state, materialize structure, preserve exact bytes."
readme = "README.md"
keywords = [
    "filesystem",
    "fuse",
    "entropy",
    "storage",
    "rans",
]
categories = [
    "filesystem",
    "compression",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/infinityabundance/entropyfs"

[lib]
name = "entropyfs"
path = "src/lib.rs"

[[bin]]
name = "entropyfs"
path = "src/main.rs"

[dependencies.blake3]
version = "=1.8.7"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.crc32c]
version = "=0.6.8"

[dependencies.ctrlc]
version = "3"

[dependencies.dsfb]
version = "=0.1.2"

[dependencies.fuser]
version = "=0.18.0"

[dependencies.libublk]
version = "=0.4.7"

[dependencies.log]
version = "0.4"

[dependencies.rustix]
version = "1"
features = [
    "fs",
    "param",
    "std",
]

[dependencies.ryg-rans-rs]
version = "=0.5.1"
features = ["alloc"]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.smol]
version = "1"

[dependencies.tempfile]
version = "3"

[dev-dependencies.proptest]
version = "1"

[profile.bench]
lto = "thin"
codegen-units = 1

[profile.release]
lto = "thin"
codegen-units = 1
debug = 2