# 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 = "nfsserve" version = "0.10.2" authors = ["Yucheng Low "] include = [ "src/**/*", "src/*", "Cargo.toml", "LICENSE", "README.md", ] publish = true description = "A Rust NFS Server implementation" homepage = "https://github.com/xetdata/nfsserve" readme = "README.md" keywords = ["nfs"] categories = [ "network-programming", "filesystem", ] license = "BSD-3-Clause" repository = "https://github.com/xetdata/nfsserve" [lib] doctest = false [[example]] name = "demo" path = "examples/demo.rs" required-features = ["demo"] [[example]] name = "mirrorfs" path = "examples/mirrorfs.rs" required-features = ["demo"] [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1.9" [dependencies.byteorder] version = "1.4" [dependencies.bytestream] version = "0.4" [dependencies.filetime] version = "0.2" [dependencies.futures] version = "0.3.21" [dependencies.intaglio] version = "1.6" optional = true [dependencies.num-derive] version = "0.3" [dependencies.num-traits] version = "0.2" [dependencies.smallvec] version = "1.10.0" [dependencies.tokio] version = "1" features = [ "net", "io-util", "sync", "fs", "rt", "macros", ] default-features = false [dependencies.tracing] version = "0.1.31" [dependencies.tracing-attributes] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["tracing-log"] optional = true [features] demo = [ "tracing-subscriber", "tokio/rt-multi-thread", "intaglio", ] strict = []