daft 0.1.5

Structural diffs of Rust data structures
Documentation
[dependencies.daft-derive]
optional = true
version = "=0.1.5"

[dependencies.newtype-uuid]
optional = true
version = "1.2.1"

[dependencies.oxnet]
optional = true
version = "0.1.0"

[dependencies.paste]
version = "1.0.15"

[dependencies.uuid]
features = ["v4"]
optional = true
version = "1.12.0"

[features]
alloc = []
default = ["std"]
derive = ["dep:daft-derive"]
newtype-uuid1 = ["dep:newtype-uuid"]
oxnet01 = ["dep:oxnet"]
std = ["alloc"]
uuid1 = ["dep:uuid"]

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

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(doc_cfg)"]
level = "warn"
priority = 0

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "no-std::no-alloc"]
description = "Structural diffs of Rust data structures"
edition = "2021"
keywords = ["diff", "difference", "semantic-diff", "structural-diff"]
license = "MIT OR Apache-2.0"
name = "daft"
readme = "README.md"
repository = "https://github.com/oxidecomputer/daft"
rust-version = "1.81.0"
version = "0.1.5"

[package.metadata.cargo-sync-rdme.badge.badges]
crates-io = true
docs-rs = true
license = true
rust-version = true

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg=doc_cfg"]