# 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 = "pets" version = "0.1.2" authors = ["Anna Perry "] description = "Predicate existential types." documentation = "https://docs.rs/pets" readme = "README.md" keywords = ["predicate", "refinement-types", "precondition"] categories = ["no-std", "data-structures"] license = "MIT OR Apache-2.0" repository = "https://github.com/system-e/pets" [dependencies.no-std-compat] version = "0.2.0" [dependencies.num-integer] version = "0.1.36" optional = true default-features = false [dependencies.serde] version = "1.0" optional = true default-features = false [features] alloc = ["no-std-compat/alloc", "serde/alloc"] default = ["std"] std = ["no-std-compat/std", "serde/std", "num-integer/std", "alloc"]