# 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-blobfs" version = "0.2.0" authors = ["The Nydus Developers"] description = "Blob object file system for Nydus Image Service" homepage = "https://nydus.dev/" 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", "x86_64-apple-darwin", ] [dependencies.fuse-backend-rs] version = "0.10" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4.8" [dependencies.nydus-api] version = "0.2" [dependencies.nydus-error] version = "0.2" [dependencies.nydus-rafs] version = "0.2" [dependencies.nydus-storage] version = "0.6" features = ["backend-localfs"] [dependencies.serde] version = "1.0.110" features = [ "serde_derive", "rc", ] [dependencies.serde_json] version = "1.0.53" [dependencies.vm-memory] version = "0.9" [dev-dependencies.nydus-app] version = "0.3" [features] backend-oss = ["nydus-rafs/backend-oss"] backend-registry = ["nydus-rafs/backend-registry"] baekend-s3 = ["nydus-rafs/backend-s3"] virtiofs = [ "fuse-backend-rs/virtiofs", "nydus-rafs/virtio-fs", ]