# 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 = "wstring_tools" version = "0.1.5" authors = [ "Kostiantyn Wandalen ", "Dmytro Kryvoruchko ", ] description = """ Tools to manipulate strings. """ homepage = "https://github.com/Wandalen/wTools/tree/master/module/alias/wstring_tools" documentation = "https://docs.rs/wstring_tools" readme = "Readme.md" keywords = [ "fundamental", "general-purpose", ] categories = [ "algorithms", "development-tools", ] license = "MIT" repository = "https://github.com/Wandalen/wTools/tree/master/module/alias/wstring_tools" resolver = "2" [package.metadata.docs.rs] all-features = true include = [ "/rust/impl/wstring_tools_lib.rs", "/Cargo.toml", "/Readme.md", "/License", ] [lib] name = "wstring_tools" path = "rust/impl/string/wstring_tools_lib.rs" [[test]] name = "string_test" path = "rust/test/string/wstring_tools_tests.rs" [[test]] name = "string_smoke_test" path = "rust/test/_integration_test/smoke_test.rs" [dependencies.strs_tools] version = "~0.1" [dev-dependencies.test_tools] version = "~0.1" [features] default = [ "use_std", "indentation", "parse", "split", "parse_number", ] full = [ "use_std", "indentation", "parse", "split", "parse_number", ] indentation = ["strs_tools/indentation"] parse = [ "split", "parse_number", ] parse_number = ["strs_tools/parse_number"] split = ["strs_tools/split"] use_alloc = ["strs_tools/use_alloc"] use_std = ["strs_tools/use_std"]