treenode 0.1.0

A simple Node struct
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 = "treenode"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple Node struct"
homepage = "https://github.com/DenisGorbachev/treenode"
readme = "README.md"
keywords = []
categories = []
license = "Apache-2.0 OR MIT"
repository = "https://github.com/DenisGorbachev/treenode"

[package.metadata.cargo-machete]
ignored = [
    "derive-getters",
    "derive-new",
    "derive_more",
    "fmt-derive",
    "helpful",
    "standard-traits",
    "strum",
    "stub-macro",
    "subtype",
]

[package.metadata.details]
announcement = ""
summary = ""
tagline = ""
title = "A simple Node struct"

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

[dependencies.derive-new]
version = "0.7.0"

[dependencies.derive_builder]
version = "0.20.0"

[dependencies.derive_setters]
version = "0.1.0"

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

[dependencies.strum]
version = "0.27.1"
features = ["derive"]