# 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 = "wcensor" version = "0.1.1" authors = [ "Kostiantyn Wandalen ", "Volodymyr M. ", "Dmytro Kryvoruchko ", ] description = """ Utility to operate files from a command line. """ homepage = "https://github.com/Wandalen/wTools/tree/master/module/rust/wcensor" documentation = "https://docs.rs/wcensor" readme = "Readme.md" keywords = [ "fundamental", "general-purpose", ] categories = [ "algorithms", "development-tools", ] license = "MIT" repository = "https://github.com/Wandalen/wTools/tree/master/module/rust/wcensor" resolver = "2" [package.metadata.docs.rs] all-features = true include = [ "/rust/impl/censor", "/Cargo.toml", "/Readme.md", "/License", ] [lib] name = "wcensor" path = "rust/impl/censor/censor_lib.rs" [[bin]] name = "wcensor" path = "rust/impl/censor/censor_entry.rs" [[test]] name = "censor_test" path = "rust/test/censor/tests.rs" [[test]] name = "censor_smoke_test" path = "rust/test/_integration_test/smoke_test.rs" [dependencies.wtools] version = "~0.2" [dev-dependencies.test_tools] version = "~0.1" [features] default = ["use_std"] full = [ "use_std", "use_alloc", ] use_alloc = [] use_std = []