[package]
name = "inventory"
version = "0.1.11"
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "MIT OR Apache-2.0"
description = "Typed distributed plugin registration"
repository = "https://github.com/dtolnay/inventory"
documentation = "https://docs.rs/inventory"
readme = "README.md"
edition = "2018"
rust-version = "1.31"
[dependencies]
ctor = "0.1"
ghost = "0.1.1"
inventory-impl = { version = "=0.1.11", path = "impl" }
[workspace]
members = ["impl"]
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]