# 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 = "instance_of" version = "0.1.0" authors = ["Kostiantyn Wandalen ", "Volodymyr M. ", "Dmytro Kryvoruchko "] include = ["/rust/impl/typing/instance_of_lib.rs", "/Cargo.toml", "/Readme.md", "/License"] description = "Macro to answer the question: does it implement a trait?\n" homepage = "https://github.com/Wandalen/wTools/tree/master/module/rust/instance_of" documentation = "https://docs.rs/instance_of" readme = "Readme.md" keywords = ["fundamental", "general-purpose"] categories = ["algorithms", "development-tools"] license = "MIT" repository = "https://github.com/Wandalen/wTools/tree/master/module/rust/instance_of" resolver = "2" [lib] name = "instance_of" path = "rust/impl/typing/instance_of_lib.rs" [[example]] name = "instance_of_trivial" path = "sample/rust/instance_of_trivial/src/main.rs" [[test]] name = "instance_of_test" path = "rust/test/typing/instance_of_test.rs" [dependencies.implements] version = "~0.1" [dev-dependencies.wtest_basic] version = "~0.1"