serde-private 1.0.0

copy-paste of serde's `private` modules
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 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.56"
name = "serde-private"
version = "1.0.0"
authors = ["Jiening Yu <jiening.yu@outlook.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "copy-paste of serde's `private` modules"
readme = false
keywords = ["serde"]
license = "Apache-2.0"
repository = "https://codeberg.org/DM-Earth/serde-private"

[features]
alloc = [
    "serde_core/alloc",
    "serde/alloc",
    "serde-private-core/alloc",
]
default = ["std"]
rc = [
    "serde_core/rc",
    "serde/rc",
    "serde-private-core/rc",
]
std = [
    "serde_core/std",
    "serde/std",
    "serde-private-core/std",
]
unstable = [
    "serde_core/unstable",
    "serde/unstable",
    "serde-private-core/unstable",
]

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

[dependencies.serde]
version = "1.0"
default-features = false

[dependencies.serde-private-core]
version = "1.0"

[dependencies.serde_core]
version = "1.0"
features = ["result"]
default-features = false

[dependencies.typeid]
version = "1.0"