# 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_basic" version = "0.1.14" authors = [ "Kostiantyn Wandalen ", "Volodymyr M. ", "Dmytro Kryvoruchko ", ] description = """ Tools for writing tests. The most basic things. """ homepage = "https://github.com/Wandalen/wTools/tree/master/module/rust/wtest_basic" documentation = "https://docs.rs/wtest_basic" 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_basic" resolver = "2" [package.metadata.docs.rs] all-features = true include = [ "/rust/impl/test/wtest_basic_lib.rs", "/rust/impl/test/basic", "/Cargo.toml", "/Readme.md", "/License", ] [lib] name = "wtest_basic" path = "rust/impl/test/wtest_basic_lib.rs" [[example]] name = "wtest_basic_trivial_sample" path = "sample/rust/wtest_basic_trivial_sample/src/main.rs" [[test]] name = "wtest_basic_test" path = "rust/test/test/wtest_basic_tests.rs" [[test]] name = "wtest_basic_smoke_test" path = "rust/test/_integration_test/smoke_test.rs" [dependencies.anyhow] version = "~1.0" [dependencies.data_type] version = "~0.1" [dependencies.diagnostics_tools] version = "~0.1" [dependencies.mem_tools] version = "~0.1" [dependencies.meta_tools] version = "~0.2" [dependencies.num-traits] version = "~0.2" [dependencies.paste] version = "~1.0" [dependencies.rustversion] version = "~1.0" [dependencies.trybuild] version = "~1.0" features = ["diff"] [dependencies.typing_tools] version = "~0.1" [dev-dependencies] [features] default = ["use_std"] full = [ "use_std", "use_alloc", ] nightly = ["typing_tools/nightly"] use_alloc = [] use_std = []