# 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 = "wtest" version = "0.1.2" authors = [ "Kostiantyn Wandalen ", "Volodymyr M. ", "Dmytro Kryvoruchko ", ] description = """ Tools for writing and running tests. """ homepage = "https://github.com/Wandalen/wTools/tree/master/module/rust/wtest" documentation = "https://docs.rs/wtest" readme = "Readme.md" keywords = [ "fundamental", "general-purpose", "testing", ] categories = [ "algorithms", "development-tools", ] license = "MIT" repository = "https://github.com/Wandalen/wTools/tree/master/module/rust/wtest" resolver = "2" [package.metadata.docs.rs] all-features = true include = [ "/rust/impl/test", "/Cargo.toml", "/Readme.md", "/License", ] [lib] name = "wtest" path = "rust/impl/test/wtest_lib.rs" [[example]] name = "wtest_trivial_sample" path = "sample/rust/wtest_trivial_sample/src/main.rs" [[test]] name = "wtest_test" path = "rust/test/test/wtest_tests.rs" [[test]] name = "wtest_smoke_test" path = "rust/test/_integration_test/smoke_test.rs" [dependencies.test_tools] version = "~0.1" [dev-dependencies] [features] default = ["use_std"] full = [ "use_std", "use_alloc", ] use_alloc = [] use_std = []