# 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 = "2018" name = "better_any" version = "0.2.0" authors = ["Konstantin Anisimov "] description = "Type id and Any for non static types" homepage = "https://github.com/rrevenantt/better_typeid" readme = "README.md" keywords = [ "Any", "TypeId", "downcast", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rrevenantt/better_typeid" [package.metadata.docs.rs] all-features = true [[test]] name = "main_test" path = "tests/test.rs" required-features = ["derive"] [[test]] name = "expand" path = "tests/expand.rs" required-features = ["derive"] [[test]] name = "nightly" path = "tests/nightly.rs" required-features = ["nightly"] [[test]] name = "compile_fail" path = "tests/compile_fail.rs" required-features = ["nightly"] [dependencies.better_typeid_derive] version = "=0.1.1" optional = true [dev-dependencies.macrotest] version = "=1.0" [dev-dependencies.trybuild] version = "=1.0" [features] any = [] default = ["any"] derive = ["better_typeid_derive"] nightly = []