[package] name = "lawn-fs" version = "0.4.0" edition = "2018" license = "MIT" license-file = "../LICENSE" repository = "https://github.com/bk2204/lawn" description = "Generic file system functionality for Lawn" readme = "README.md" include = [ "src/**/*.rs", "Cargo.toml", "README.md", "LICENSE", ] rust-version = "1.63.0" [dependencies] lawn-constants = { path = "../lawn-constants", version = "0.4.0", features = ["rustix"] } hex = "0.4" flurry = "0.4" rustix = { version = "0.37", features = ["fs", "process"], optional = true } bitflags = "1.3" num-traits = "0.2" num-derive = "0.3" [dev-dependencies] tempfile = "3" [features] default = ["unix"] unix = ["rustix"]