1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13name = "downcast-rs" 14version = "1.2.1" 15authors = [ 16 "Ashish Myles <[email protected]>", 17 "Runji Wang <[email protected]>", 18] 19description = """ 20Trait object downcasting support using only safe Rust. It supports type 21parameters, associated types, and type constraints. 22""" 23readme = "README.md" 24keywords = [ 25 "downcast", 26 "any", 27 "trait", 28 "associated", 29 "no_std", 30] 31license = "MIT/Apache-2.0" 32repository = "https://github.com/marcianx/downcast-rs" 33 34[features] 35default = ["std"] 36std = [] 37