# 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 = "notox" version = "1.0.6" authors = ["n4n5 "] description = "no toxic names anymore" homepage = "https://github.com/Its-Just-Nans/notox" readme = "README.md" keywords = [ "clean", "filename", "file", "filesystem", "tool", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Its-Just-Nans/notox" [[bin]] name = "notox" path = "src/main.rs" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0" optional = true [dev-dependencies.assert_cmd] version = "2.0.13" [dev-dependencies.predicates] version = "3.1.0" [features] default = ["serde"] serde = [ "dep:serde", "dep:serde_json", ]