# 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 = "2018" name = "nydus-rafs" version = "0.3.2" authors = ["The Nydus Developers"] description = "The RAFS filesystem format for Nydus Image Service" homepage = "https://nydus.dev/" readme = "README.md" license = "Apache-2.0 OR BSD-3-Clause" repository = "https://github.com/dragonflyoss/image-service" resolver = "2" [package.metadata.docs.rs] all-features = true targets = [ "x86_64-unknown-linux-gnu", "aarch64-unknown-linux-gnu", "aarch64-apple-darwin", ] [dependencies.anyhow] version = "1.0.35" [dependencies.arc-swap] version = "1.5" [dependencies.bitflags] version = "1.2.1" [dependencies.fuse-backend-rs] version = "^0.10.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.nix] version = "0.24" [dependencies.nydus-api] version = "0.3" [dependencies.nydus-storage] version = "0.6" features = ["backend-localfs"] [dependencies.nydus-utils] version = "0.4" [dependencies.serde] version = "1.0.110" features = [ "serde_derive", "rc", ] [dependencies.serde_json] version = "1.0.53" [dependencies.vm-memory] version = "0.10" [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.vmm-sys-util] version = "0.11" [features] fusedev = ["fuse-backend-rs/fusedev"] vhost-user-fs = ["fuse-backend-rs/vhost-user-fs"] virtio-fs = [ "fuse-backend-rs/virtiofs", "vm-memory/backend-mmap", ]