# 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 = "autoproto" version = "0.1.2" description = "Replacement derive macros for `prost::Message`, and supporting traits and types to make implementing this trait easier" homepage = "https://github.com/Vurich/autoproto" documentation = "https://docs.rs/autoproto" readme = "README.md" license = "Unlicense" repository = "https://github.com/Vurich/autoproto.git" [dependencies.arrayvec] version = "0.7" optional = true [dependencies.autoproto-derive] version = "0.1" [dependencies.prost] version = "0.8" default-features = false [dependencies.smallvec] version = "1.6" optional = true [dependencies.static_assertions] version = "1.1" [dependencies.uuid] version = "0.8" optional = true [dev-dependencies.prost] version = "0.8" default-features = true [dev-dependencies.quickcheck] version = "1.0" [dev-dependencies.quickcheck_macros] version = "1.0" [dev-dependencies.static_assertions] version = "1.1" [features] default = ["smallvec", "arrayvec"]