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