# 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.61" name = "orn" version = "0.6.1" authors = ["Magicolo "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A general implementation of the sum type. Meant to be a generic counterpart to tuples." documentation = "https://docs.rs/orn/latest/orn/" readme = "README.md" keywords = [ "sum-type", "either", "ADT", "data-structures", "no-std", ] categories = [ "data-structures", "no-std", ] license = "MIT" repository = "https://github.com/Magicolo/orn" [lib] name = "orn" path = "src/lib.rs" [[example]] name = "cheat" path = "examples/cheat.rs" [dependencies.serde] version = "1.0.214" features = ["derive"] optional = true [features] default = [] serde = ["dep:serde"] [badges.github] repository = "Magicolo/orn" workflow = "test"