Source code

Revision control

Copy as Markdown

Other Tools

# 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"
rust-version = "1.81"
name = "serde_cbor_2"
version = "0.13.0"
authors = [
"William Brown <william@blackhats.net.au>",
"James Hodgkinson <james@terminaloutcomes.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CBOR support for Serde."
readme = "README.md"
keywords = [
"serde",
"cbor",
"serialization",
"no_std",
]
categories = ["encoding"]
license = "MIT OR Apache-2.0"
[badges.maintenance]
status = "passively-maintained"
[features]
alloc = ["serde/alloc"]
default = ["std"]
std = ["serde/std"]
tags = []
unsealed_read_write = []
[lib]
name = "serde_cbor_2"
path = "src/lib.rs"
[[example]]
name = "readme"
path = "examples/readme.rs"
[[example]]
name = "tags"
path = "examples/tags.rs"
[[test]]
name = "bennofs"
path = "tests/bennofs.rs"
[[test]]
name = "canonical"
path = "tests/canonical.rs"
[[test]]
name = "de"
path = "tests/de.rs"
[[test]]
name = "enum"
path = "tests/enum.rs"
[[test]]
name = "ser"
path = "tests/ser.rs"
[[test]]
name = "std_types"
path = "tests/std_types.rs"
[[test]]
name = "tags"
path = "tests/tags.rs"
[[test]]
name = "value"
path = "tests/value.rs"
[dependencies.half]
version = "2"
default-features = false
[dependencies.serde]
version = "1"
default-features = false
[dev-dependencies.serde]
version = "1"
features = ["derive"]
default-features = false