# 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 = "simple-fs" version = "0.3.1" authors = ["Jeremy Chone "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple and convenient API for File System access" homepage = "https://github.com/jeremychone/rust-simple-fs" readme = "README.md" keywords = [ "file-system", "json", "toml", "io", ] categories = ["filesystem"] license = "MIT OR Apache-2.0" repository = "https://github.com/jeremychone/rust-simple-fs" [lib] name = "simple_fs" path = "src/lib.rs" [[test]] name = "tests_list" path = "tests/tests_list.rs" [[test]] name = "tests_spath" path = "tests/tests_spath.rs" [dependencies.byteorder] version = "1.5" optional = true [dependencies.derive_more] version = "1.0" features = ["from"] [dependencies.flume] version = "0.11.1" [dependencies.globset] version = "0.4" [dependencies.notify] version = "7" [dependencies.notify-debouncer-full] version = "0.4" [dependencies.path-clean] version = "1.0.1" [dependencies.pathdiff] version = "0.2.2" [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.serde_json] version = "1" optional = true [dependencies.toml] version = "0.8" optional = true [dependencies.walkdir] version = "2" [features] bin-nums = ["byteorder"] full = [ "with-json", "with-toml", "bin-nums", ] with-json = [ "serde", "serde_json", ] with-toml = [ "serde", "toml", ] [lints.rust] unsafe_code = "forbid"