aam-rs 1.2.0

A Rust implementation of the Abstract Alias Mapping (AAM) framework for aliasing and maping aam files.
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 = "aam-rs"
version = "1.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust implementation of the Abstract Alias Mapping (AAM) framework for aliasing and maping aam files."
readme = "README.md"
categories = [
    "data-structures",
    "parsing",
    "config",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/INiNiDS/aam-rs/"

[features]
default = []
perf-hash = ["ahash"]

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

[[example]]
name = "advanced"
path = "examples/advanced.rs"

[[example]]
name = "builder"
path = "examples/builder.rs"

[[example]]
name = "config_inheritance"
path = "examples/config_inheritance.rs"

[[example]]
name = "custom_types"
path = "examples/custom_types.rs"

[[example]]
name = "derive"
path = "examples/derive.rs"

[[example]]
name = "schema_in_schema"
path = "examples/schema_in_schema.rs"

[[example]]
name = "standard"
path = "examples/standard.rs"

[[example]]
name = "standard_stress"
path = "examples/standard_stress.rs"

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

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

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

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

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

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

[dependencies.ahash]
version = "0.8.12"
optional = true

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

[dev-dependencies.serde_json]
version = "1.0.149"