# 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 = "mop-structs" version = "0.0.10" authors = ["Caio Fernandes "] description = "Low-level structures for MOP" readme = "README.md" keywords = ["mop"] license = "Apache-2.0" repository = "https://gitlab.com/c410-f3r/mop" [package.metadata.docs.rs] all-features = true [dependencies.mop-common-deps] version = "0.0.10" [dependencies.serde] version = "^1.0" optional = true default-features = false [features] default = [] quickcheck = ["mop-common-deps/quickcheck"] rand = ["mop-common-deps/rand"] rayon = ["mop-common-deps/rayon"] serde1 = ["mop-common-deps/serde1", "serde"] std = ["mop-common-deps/std"]