# 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 = "elor" version = "1.1.4" description = "Base generic implementation of an Either type" readme = "README.md" keywords = [ "either", "eithers", "either-type", "either-types", "either-type", ] categories = [ "data-structures", "rust-patterns", "no-std", ] license = "MIT" repository = "https://github.com/Aandreba/elor" [package.metadata.docs.rs] features = [ "serialize", "random", "macro", "async", ] rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.cfg-if] version = "1" [dependencies.futures] version = "0.3" optional = true [dependencies.pin-project] version = "1.0.12" [dependencies.proc-macro2] version = "1" optional = true [dependencies.quote] version = "1" optional = true [dependencies.rand] version = "0.8" optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.syn] version = "1" features = ["full"] optional = true [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.serde_json] version = "1" [dev-dependencies.tokio] version = "1" features = ["full"] [features] alloc = [] async = ["futures"] default = ["std"] macro = [ "proc-macro2", "syn", "quote", ] random = ["rand"] serialize = ["serde"] std = []