[go: up one dir, main page]

optional 0.4.3

This crate supplies a number of Option-like primitive types
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "optional"
version = "0.4.3"
authors = ["Andre Bogus <bogusandre@gmail.com>"]
description = "This crate supplies a number of Option-like primitive types"
documentation = "https://docs.rs/optional"
readme = "README.md"
keywords = ["option", "data"]
categories = ["data-structures"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/llogiq/optional"

[lib]
name = "optional"
path = "src/lib.rs"

[[bench]]
name = "optbool"
harness = false

[[bench]]
name = "optioned"
harness = false
[dependencies.serde]
version = "1.0.43"
optional = true
[dev-dependencies.bencher]
version = "0.1.5"

[dev-dependencies.serde_json]
version = "1.0.16"

[features]
unstable = []
[badges.travis-ci]
repository = "llogiq/optional"