14669f6dcSopenharmony_ci[package]
24669f6dcSopenharmony_ciname = "either"
34669f6dcSopenharmony_civersion = "1.8.1"
44669f6dcSopenharmony_ciauthors = ["bluss"]
54669f6dcSopenharmony_ciedition = "2018"
64669f6dcSopenharmony_cirust-version = "1.36"
74669f6dcSopenharmony_ci
84669f6dcSopenharmony_cilicense = "MIT OR Apache-2.0"
94669f6dcSopenharmony_cirepository = "https://github.com/bluss/either"
104669f6dcSopenharmony_cidocumentation = "https://docs.rs/either/1/"
114669f6dcSopenharmony_cireadme = "README-crates.io.md"
124669f6dcSopenharmony_ci
134669f6dcSopenharmony_cidescription = """
144669f6dcSopenharmony_ciThe enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases.
154669f6dcSopenharmony_ci"""
164669f6dcSopenharmony_ci
174669f6dcSopenharmony_cikeywords = ["data-structure", "no_std"]
184669f6dcSopenharmony_cicategories = ["data-structures", "no-std"]
194669f6dcSopenharmony_ci
204669f6dcSopenharmony_ci[dependencies]
214669f6dcSopenharmony_ciserde = { version = "1.0", optional = true, features = ["derive"] }
224669f6dcSopenharmony_ci
234669f6dcSopenharmony_ci[features]
244669f6dcSopenharmony_cidefault = ["use_std"]
254669f6dcSopenharmony_ciuse_std = []
264669f6dcSopenharmony_ci
274669f6dcSopenharmony_ci[dev-dependencies]
284669f6dcSopenharmony_ciserde_json = "1.0.0"
294669f6dcSopenharmony_ci
304669f6dcSopenharmony_ci[package.metadata.release]
314669f6dcSopenharmony_cino-dev-version = true
324669f6dcSopenharmony_citag-name = "{{version}}"
334669f6dcSopenharmony_ci
344669f6dcSopenharmony_ci[package.metadata.docs.rs]
354669f6dcSopenharmony_cifeatures = ["serde"]
36