[package]
edition = "2021"
name = "agave-fs"
version = "3.1.8"
authors = ["Anza Maintainers <maintainers@anza.xyz>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Agave file system utils"
homepage = "https://anza.xyz/"
documentation = "https://docs.rs/agave-fs"
readme = false
license = "Apache-2.0"
repository = "https://github.com/anza-xyz/agave"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
[features]
agave-unstable-api = []
[lib]
name = "agave_fs"
crate-type = ["lib"]
path = "src/lib.rs"
[dependencies.libc]
version = "0.2.177"
[dependencies.log]
version = "0.4.28"
[dependencies.slab]
version = "0.4.11"
[dependencies.smallvec]
version = "1.15.1"
features = ["union"]
default-features = false
[dev-dependencies.rand]
version = "0.8.5"
[dev-dependencies.tempfile]
version = "3.23.0"
[dev-dependencies.test-case]
version = "3.3.1"
[target.'cfg(target_os = "linux")'.dependencies.agave-io-uring]
version = "=3.1.8"
features = ["agave-unstable-api"]
[target.'cfg(target_os = "linux")'.dependencies.io-uring]
version = "0.7.10"