# 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 = "2021" name = "lattices" version = "0.5.8" build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Lattice data types for simplifying distributed state by providing associativity, commutativity, and idempotence." documentation = "https://docs.rs/lattices/" readme = "README.md" license = "Apache-2.0" [lib] name = "lattices" path = "src/lib.rs" [[test]] name = "compile_fail" path = "tests/compile_fail.rs" [[test]] name = "macro" path = "tests/macro.rs" [dependencies.cc-traits] version = "2.0.0" [dependencies.lattices_macro] version = "^0.5.7" [dependencies.ref-cast] version = "1.0.23" [dependencies.sealed] version = "0.5.0" [dependencies.serde] version = "1.0.197" features = ["derive"] optional = true [dependencies.variadics] version = "^0.0.7" [dependencies.variadics_macro] version = "^0.5.5" [dev-dependencies.trybuild] version = "1.0.0" [features] default = [] serde = ["dep:serde"] [lints.clippy] allow_attributes = "warn" allow_attributes_without_reason = "warn" explicit_into_iter_loop = "warn" let_and_return = "allow" upper_case_acronyms = "warn" [lints.rust] unused_qualifications = "warn"