[go: up one dir, main page]

File: Cargo.toml

package info (click to toggle)
rust-maybe-owned 0.3.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 148 kB
  • sloc: makefile: 2
file content (36 lines) | stat: -rw-r--r-- 1,353 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# 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.4"
authors = ["Philipp korber <philippkorber@gmail.com>", "darkstalker <slayerbeast@gmail.com>", "daboross <daboross@daboross.net>", "Zac Burns (That3Percent) <that3percent@gmail.com>"]
description = "provides a `MaybeOwned` (and `MaybeOwnedMut`) type similar to std's `Cow` but 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"