# 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 = "enum_downcast" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Safe downcasting for enums" readme = "README.md" keywords = [ "enum", "downcast", ] categories = ["rust-patterns"] license = "MIT OR Apache-2.0" repository = "https://github.com/ryo33/enum_downcast" [lib] name = "enum_downcast" path = "src/lib.rs" [[test]] name = "override_result_test" path = "tests/override_result_test.rs" [dependencies.enum_downcast_derive] version = "0.2.0" optional = true [dev-dependencies.enum_dispatch] version = "0.3" [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.serde_json] version = "1" [dev-dependencies.strum] version = "0.25" features = ["derive"] [features] default = [] derive = ["enum_downcast_derive"]