fable 0.1.2

Tiny typed language over Facet-reflected Rust values, lowered toward Weavy IR.
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.92"
name = "fable"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tiny typed language over Facet-reflected Rust values, lowered toward Weavy IR."
homepage = "https://facet.rs"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/facet-rs/facet"

[package.metadata."docs.rs"]
rustdoc-args = [
    "--html-in-header",
    "arborium-header.html",
]

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

[dependencies.cstree]
version = "0.14.0"
features = ["derive"]

[dependencies.facet-core]
version = "0.50.0-rc.4"

[dependencies.weavy]
version = "0.2.1"

[dev-dependencies]

[lints.clippy]
disallowed_methods = "deny"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    "cfg(facet_no_doc)",
    "cfg(kani)",
]