intertrait-nostd 0.2.4

The intertrait crate, with no_std support.
Documentation
# 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 = "intertrait-nostd"
version = "0.2.4"
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "LICENSE-*",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The intertrait crate, with no_std support."
readme = "README.md"
keywords = [
    "trait",
    "cast",
    "any",
    "no_std",
]
categories = ["rust-patterns"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/RoxyOS/intertrait-nostd"

[lib]
name = "intertrait"
path = "src/lib.rs"

[dependencies.hashbrown]
version = "0.17"
default-features = false

[dependencies.intertrait-macros]
version = "=0.2.3"
package = "intertrait-nostd-macros"

[dependencies.linkme]
version = "0.2"

[dependencies.spin]
version = "0.10"
features = ["lazy"]
default-features = false

[dev-dependencies.doc-comment]
version = "0.3"

[dev-dependencies.trybuild]
version = "1.0"