# 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 = "pyxis-fs-common" version = "0.1.0" authors = ["chordtoll "] description = "Common functionality for pyxis-fs network filesystem" license = "MIT" repository = "https://github.com/chordtoll/pyxis-fs-common" resolver = "2" [package.metadata.arch] arch = ["x86_64"] [[bin]] name = "gen-certs" required-features = ["certs"] [dependencies.bincode] version = "1.3.3" [dependencies.fuser] version = "0.10.0" [dependencies.libc] version = "0.2.113" [dependencies.pyxis-parcel] version = "0.5.0" optional = true [dependencies.quinn] version = "0.8.0" [dependencies.rcgen] version = "0.8.14" optional = true [dependencies.serde] version = "1.0.133" features = ["derive"] [features] certs = ["rcgen"] parcel = ["pyxis-parcel"]