matrix-authentication-service/.gear/predownloaded-development/vendor/castaway/Cargo.toml
2026-03-07 01:41:31 +03:00

53 lines
1.2 KiB
TOML

# 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.4"
authors = ["Stephen M. Coakley <me@stephencoakley.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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
[features]
alloc = []
default = ["std"]
std = ["alloc"]
[lib]
name = "castaway"
path = "src/lib.rs"
[dependencies.rustversion]
version = "1"
[dev-dependencies.paste]
version = "1"