protean 0.1.1

A flexible data enum guaranteeing strict variant ordering for backward-compatible binary serialization.
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.80"
name = "protean"
version = "0.1.1"
authors = ["Reynaldo Bontje <rey.bontje80@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A flexible data enum guaranteeing strict variant ordering for backward-compatible binary serialization."
readme = "README.md"
keywords = [
    "container",
    "zero-copy",
    "data-types",
    "serialization",
]
categories = [
    "data-structures",
    "encoding",
]
license = "MIT"
repository = "https://github.com/plugd-in/protean"

[package.metadata.docs.rs]
features = [
    "serde",
    "owned",
]

[features]
default = ["serde"]
owned = [
    "dep:yoke",
    "dep:delegate",
    "dep:stable_deref_trait",
]

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

[dependencies.delegate]
version = "0.13.0"
optional = true

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.stable_deref_trait]
version = "1.2.0"
optional = true

[dependencies.yoke]
version = "0.8.0"
features = ["derive"]
optional = true

[dev-dependencies.assert-order]
version = "0.0.3"