fsys 0.1.0

Adaptive file and directory IO for Rust — fast, hardware-aware, multi-strategy.
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"
rust-version = "1.75"
name = "fsys"
version = "0.1.0"
authors = ["James Gober <me@jamesgober.com>"]
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "README.md",
    "LICENSE-APACHE",
    "LICENSE-MIT",
    "CHANGELOG.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Adaptive file and directory IO for Rust — fast, hardware-aware, multi-strategy."
homepage = "https://github.com/jamesgober/fsys-rs"
documentation = "https://docs.rs/fsys"
readme = "README.md"
keywords = [
    "io",
    "filesystem",
    "storage",
    "durability",
    "nvme",
]
categories = [
    "filesystem",
    "hardware-support",
    "os",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/jamesgober/fsys-rs"

[features]
default = []

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

[dependencies]

[dev-dependencies]

[profile.bench]
opt-level = 3
lto = "thin"
codegen-units = 1
debug = 2

[profile.release]
opt-level = 3
lto = "thin"
codegen-units = 1
strip = "symbols"