structible 0.1.0

Define structs backed by HashMap or BTreeMap with generated accessors
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"
name = "structible"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Define structs backed by HashMap or BTreeMap with generated accessors"
readme = "README.md"
keywords = [
    "proc-macro",
    "struct",
    "map",
    "hashmap",
    "derive",
]
categories = [
    "rust-patterns",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/eikopf/structible"
resolver = "2"

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

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

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

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

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

[[test]]
name = "rfc8984-location"
path = "tests/rfc8984-location.rs"

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

[dependencies.structible-macros]
version = "0.1.0"