# 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 = "sanitise-file-name" version = "1.0.0" authors = ["Chris Morgan "] exclude = [".gitignore", "tests/"] description = "An unusually flexible and efficient file name sanitiser" keywords = ["sanitiser", "filename", "sanitizer"] categories = ["filesystem", "text-processing"] license = "BlueOak-1.0.0 OR MIT OR Apache-2.0" repository = "https://gitlab.com/chris-morgan/sanitise-file-name" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies.tinyvec_string] version = "0.3" optional = true [dev-dependencies.tinyvec_string] version = "0.3" features = ["rustc_1_55"] [features] alloc = [] const-fn-trait-bound = [] default = ["std"] std = ["alloc"]