# 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 = "fs_tools" version = "0.1.0" authors = [ "Kostiantyn Wandalen ", "Dmytro Kryvoruchko ", ] include = [ "/rust/impl/fs", "/Cargo.toml", "/Readme.md", "/License", ] description = """ Tools to manipulate files. """ homepage = "https://github.com/Wandalen/wTools/tree/master/module/rust/fs_tools" documentation = "https://docs.rs/fs_tools" readme = "Readme.md" keywords = [ "fundamental", "general-purpose", "testing", ] categories = [ "algorithms", "development-tools", ] license = "MIT" repository = "https://github.com/Wandalen/wTools/tree/master/module/rust/fs_tools" resolver = "2" [lib] name = "fs_tools" path = "rust/impl/fs/fs_tools_lib.rs" [[test]] name = "fs_tools_test" path = "rust/test/fs/fs_tools_lib_test.rs" [dependencies] [dev-dependencies.test_tools] version = "~0.1"