# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "debra-common" version = "0.1.1" authors = ["Oliver Giersch"] build = "build.rs" exclude = [".travis.yml", "ci/*"] description = "Common types, traits and base functionality for the DEBRA reclamation scheme." documentation = "https://docs.rs/debra-common" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/oliver-giersch/debra-common.git" [dependencies.arrayvec] version = "0.4.10" default-features = false [dependencies.reclaim] version = "0.2.1" default-features = false [features] default = ["std"] std = ["arrayvec/std", "reclaim/std"]