agave-fs 3.1.8

Agave file system utils
Documentation
# 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 = "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"