# 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 = "castaway" version = "0.2.3" authors = ["Stephen M. Coakley "] description = "Safe, zero-cost downcasting for limited compile-time specialization." readme = "README.md" keywords = [ "specialization", "specialize", "cast", ] categories = [ "no-std", "rust-patterns", ] license = "MIT" repository = "https://github.com/sagebind/castaway" [package.metadata.docs.rs] all-features = true [dependencies.rustversion] version = "1" [dev-dependencies.paste] version = "1" [features] alloc = [] default = ["std"] std = ["alloc"]