laddu-kernel 0.20.0

Amplitude analysis tools for Rust
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.95.0"
name = "laddu-kernel"
version = "0.20.0"
authors = ["Nathaniel Dene Hoffman <nhoffman@wm.edu>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Amplitude analysis tools for Rust"
homepage = "https://github.com/denehoffman/laddu"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/denehoffman/laddu"
resolver = "2"

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

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

[dependencies.laddu-expr]
version = "0.20.0"

[dependencies.num]
version = "0.4.3"
features = ["serde"]

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "rc",
]

[dependencies.thiserror]
version = "2.0.18"

[lints.clippy]
missing_errors_doc = "warn"
missing_panics_doc = "warn"

[lints.rust]
missing_docs = "warn"