| # 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 = "maybe-owned" |
| version = "0.3.2" |
| authors = ["Philipp korber <philippkorber@gmail.com>", "darkstalker <slayerbeast@gmail.com>", "daboross <daboross@daboross.net>"] |
| description = "provides a `MaybeOwned<'a,T>` type different to std's `Cow` it implements `From<T>` and `From<&'a T>` and does not require `ToOwned`" |
| readme = "./README.md" |
| keywords = ["maybe", "owned", "Cow"] |
| categories = [] |
| license = "MIT OR Apache-2.0" |
| repository = "https://github.com/rustonaut/maybe-owned" |
| [dependencies.serde] |
| version = "1" |
| optional = true |
| [dev-dependencies.serde_derive] |
| version = "1" |
| |
| [dev-dependencies.serde_json] |
| version = "1" |
| [badges.maintenance] |
| status = "passively-maintained" |
| |
| [badges.travis-ci] |
| branch = "0.3" |
| repository = "rustonaut/maybe-owned" |