[package]
edition = "2021"
name = "particle"
version = "0.1.0"
authors = ["Simon Johnston <johnstonskj@gmail.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "This package provides a simple component model for Rust libraries and tools."
documentation = "https://docs.rs/particle/"
readme = "README.md"
license = "MIT/Apache-2.0"
repository = "https://github.com/johnstonskj/rust-particle.git"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
[lib]
name = "particle"
path = "src/lib.rs"
[dependencies]