# 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 = "gemau" version = "0.1.0" authors = ["Alfie Davies "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The beginnings of a computer algebra system for Combinatorial Game Theory." readme = "README.md" keywords = [ "cgt", "algebra", "mathematics", ] categories = ["mathematics"] license = "Unlicense" repository = "https://github/alfiemd/gemau" resolver = "2" [lib] name = "gemau" path = "src/lib.rs" [dependencies.graff] version = "0.1.0" optional = true [dependencies.itertools] version = "0.13.0" [dependencies.poset] version = "0.1.0" optional = true [dependencies.serde] version = "1.0.210" optional = true [features] graff = [ "dep:graff", "poset?/graff", ] poset = ["dep:poset"] serde = [ "serde/derive", "graff?/serde", "poset?/serde", ]