traversable 0.3.0

Visitor Pattern over Traversable data structures
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 = "2024"
rust-version = "1.85.0"
name = "traversable"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Visitor Pattern over Traversable data structures"
homepage = "https://github.com/fast/traversable"
documentation = "https://docs.rs/traversable"
readme = "README.md"
keywords = [
    "visitor",
    "traverse",
    "traversable",
]
license = "Apache-2.0"
repository = "https://github.com/fast/traversable"
resolver = "2"

[features]
default = []
derive = ["dep:traversable-derive"]
ordered-float-5 = ["dep:ordered-float-5"]
stacksafe-1 = ["dep:stacksafe-1"]
std = []
traverse-std = []
traverse-trivial = []

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

[[test]]
name = "test_combinator"
path = "tests/test_combinator.rs"

[[test]]
name = "test_derive_attributes"
path = "tests/test_derive_attributes.rs"

[[test]]
name = "test_ordered_float_5"
path = "tests/test_ordered_float_5.rs"

[[test]]
name = "test_visitor"
path = "tests/test_visitor.rs"

[[test]]
name = "test_visitor_mut"
path = "tests/test_visitor_mut.rs"

[dependencies.ordered-float-5]
version = "5.1"
optional = true
default-features = false
package = "ordered-float"

[dependencies.stacksafe-1]
version = "1"
optional = true
default-features = false
package = "stacksafe"

[dependencies.traversable-derive]
version = "=0.3.0"
optional = true

[lints.clippy]
dbg_macro = "deny"

[lints.rust]
unknown_lints = "deny"