gentoo-core 0.4.0

Core Gentoo types and utilities for Rust applications
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.88"
name = "gentoo-core"
version = "0.4.0"
authors = ["Luca Barbato <lu_zero@gentoo.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core Gentoo types and utilities for Rust applications"
readme = "README.md"
keywords = [
    "gentoo",
    "core",
    "arch",
    "target",
]
categories = [
    "development-tools",
    "os::unix-apis",
]
license = "MIT"
repository = "https://github.com/lu-zero/gentoo-core"

[features]
default = ["interner"]
interner = ["gentoo-interner/interner"]
serde = [
    "dep:serde",
    "gentoo-interner/serde",
]

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

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

[dependencies.gentoo-interner]
version = "0.1"

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

[dependencies.thiserror]
version = "1.0"

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

[profile.release]
opt-level = 3
lto = true