# 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 = "typesum" version = "0.2.0" authors = ["Natasha England-Elbro "] description = "Utilties for enums, targeted at sum types" readme = "docs/README.md" keywords = [ "enum", "sumtypes", "utilities", "kinds", ] license = "MIT" repository = "https://github.com/0x00002a/typesum" [dependencies.impl-tools] version = "0.9.0" [dependencies.typesum-macros] version = "0.2.0" default_features = false [dev-dependencies] [features] default = [ "sumtype", "kinded", ] kinded = ["typesum-macros/kinded"] sumtype = ["typesum-macros/sumtype"]