# 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" rust-version = "1.75.0" name = "poset" version = "0.1.0" authors = ["Alfie Davies "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple implementation of posets." readme = "README.md" keywords = [ "poset", "relation", "mathematics", ] categories = [ "data-structures", "mathematics", "science", ] license = "Unlicense" repository = "https://github.com/alfiemd/poset" resolver = "2" [lib] name = "poset" path = "src/lib.rs" [dependencies.graff] version = "0.1.0" optional = true [dependencies.rand] version = "0.8.5" optional = true [dependencies.serde] version = "1.0.210" optional = true [features] serde = [ "serde/derive", "graff?/serde", ]