[package]
name = "inventory"
version = "0.3.1"
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["development-tools::build-utils", "development-tools::procedural-macro-helpers", "no-std"]
description = "Typed distributed plugin registration"
documentation = "https://docs.rs/inventory"
edition = "2021"
keywords = ["linkage"]
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/dtolnay/inventory"
rust-version = "1.62"
[dependencies]
ctor = "0.1"
ghost = "0.1.4"
[dev-dependencies]
rustversion = "1.0"
trybuild = "1.0"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]