aam-core 2.8.0

Core types and parsing engine for the AAM configuration format
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.89.0"
name = "aam-core"
version = "2.8.0"
authors = ["Nikita Goncharov <ininids@ininids.in.rs>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core types and parsing engine for the AAM configuration format"
readme = "README.md"
keywords = [
    "aam",
    "alias",
    "mapping",
    "config",
    "parser",
]
categories = [
    "data-structures",
    "parsing",
    "config",
]
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/aam-rs/aam-rs"
resolver = "2"

[features]
64bit = ["rkyv/pointer_width_64"]
aot = [
    "dep:rkyv",
    "dep:memmap2",
]
builder-extras = []
default = [
    "legacy",
    "aot",
    "release",
    "hash-std",
    "builder-extras",
]
dev = []
ffi = []
hash-ahash = ["dep:ahash"]
hash-fx = []
hash-rapidhash = ["dep:rapidhash"]
hash-ripemd = ["dep:ripemd"]
hash-std = []
jni = ["dep:jni"]
legacy = []
parallel = ["dep:rayon"]
perf-hash = [
    "hash-ahash",
    "dep:ahash",
]
python = ["pyo3"]
reconstructer = []
release = []
rust-only = []
serde = ["dep:serde"]
splitter = []
translator = ["dep:toml"]
unsafe_fast_path = []

[lib]
name = "aam_core"
crate-type = [
    "rlib",
    "staticlib",
]
path = "src/lib.rs"

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

[dependencies.anyhow]
version = "1"

[dependencies.bumpalo]
version = "3.20.2"

[dependencies.colored]
version = "3.1.1"

[dependencies.jni]
version = "0.22.3"
optional = true

[dependencies.memmap2]
version = "0.9.9"
optional = true

[dependencies.nah]
version = "0.1.2"

[dependencies.pyo3]
version = "0.29.0"
features = [
    "extension-module",
    "abi3-py38",
]
optional = true

[dependencies.rapidhash]
version = "4.1.1"
optional = true

[dependencies.rayon]
version = "1"
optional = true

[dependencies.ripemd]
version = "0.2.0-rc.5"
optional = true

[dependencies.rkyv]
version = "0.8.16"
features = [
    "std",
    "bytecheck",
]
optional = true

[dependencies.rustc-hash]
version = "2.1.1"

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

[dependencies.smol_str]
version = "0.3.6"

[dependencies.tinyvec]
version = "1.11.0"
features = ["alloc"]

[dependencies.toml]
version = "1.1.2"
optional = true

[dev-dependencies.criterion]
version = "0.8.2"
features = ["html_reports"]

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

[dev-dependencies.tempfile]
version = "3.27.0"