# 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 = "libeither" version = "0.5.0" authors = ["Jason Ozias "] description = "Either struct for Rust" homepage = "https://github.com/rustyhorde/libeither" documentation = "https://docs.rs/libeither" readme = "README.md" keywords = [ "either", "struct", ] license = "MIT/Apache-2.0" repository = "https://github.com/rustyhorde/libeither" [package.metadata.docs.rs] features = ["serde"] [dependencies.serde] version = "1.0.149" features = ["derive"] optional = true [dev-dependencies.serde_json] version = "1.0.89" [dev-dependencies.toml] version = "0.5.9" [build-dependencies.rustversion] version = "1.0.9" [features] default = ["serialization"] serialization = ["serde"] unstable = []