# 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"
name = "hunyi"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "渾儀 (Hunyi) — the semantic observation dimension of Tianheng: declare in Rust how a module's public surface must behave — what types its API must not expose (including via named public re-exports, and — opt-in — a trait impl's impl-site-authored positions), where a trait may be implemented, that a module declares no bare pub, which markers a type must not acquire, and that its seam exposes no dyn / impl Trait (shape or a named trait) or async fn — observed via the AST (syn), reacted in CI. The semantic complement of the static import boundary; the syn dependency is quarantined here, never in the core."
documentation = "https://docs.rs/hunyi"
readme = "README.md"
keywords = [
"governance",
"architecture",
"boundary",
"ast",
"ci",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tacticaldoll/tianheng"
resolver = "2"
[lib]
name = "hunyi"
path = "src/lib.rs"
[dependencies.serde_json]
version = "1"
[dependencies.syn]
version = "2"
features = [
"full",
"visit",
]
[dependencies.xuanji]
version = "0.1.3"