# 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 = "summum-types" version = "0.1.4" authors = ["Luke Peterson "] description = "A sum-type macro crate with all the conversions, accessors, and support for abstract methods across variants, and interoperability between sum-types" readme = "README.md" keywords = [ "macro", "type-union", "sum-type", "union-type", "enum", ] categories = [ "rust-patterns", "algorithms", "data-structures", ] license = "MIT OR Apache-2.0" repository = "https://github.com/luketpeterson/summum-types" [lib] proc-macro = true [dependencies.heck] version = "0.4.1" [dependencies.proc-macro2] version = "1.0.79" [dependencies.quote] version = "1.0.33" [dependencies.syn] version = "2.0.52" features = ["full"] [features] default = []