autoproto 0.1.2

Replacement derive macros for `prost::Message`, and supporting traits and types to make implementing this trait easier
Documentation
[dependencies.arrayvec]
optional = true
version = "0.7"

[dependencies.autoproto-derive]
version = "0.1"

[dependencies.prost]
default-features = false
version = "0.8"

[dependencies.smallvec]
optional = true
version = "1.6"

[dependencies.static_assertions]
version = "1.1"

[dependencies.uuid]
optional = true
version = "0.8"

[dev-dependencies.prost]
default-features = true
version = "0.8"

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

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

[dev-dependencies.static_assertions]
version = "1.1"

[features]
default = ["smallvec", "arrayvec"]

[package]
description = "Replacement derive macros for `prost::Message`, and supporting traits and types to make implementing this trait easier"
documentation = "https://docs.rs/autoproto"
edition = "2018"
homepage = "https://github.com/Vurich/autoproto"
license = "Unlicense"
name = "autoproto"
readme = "README.md"
repository = "https://github.com/Vurich/autoproto.git"
version = "0.1.2"