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