burn-contracts 0.3.2

Fluent Contracts for the Burn library
Documentation
[dependencies.burn]
features = []
version = "^0.17.0"

[dependencies.nom]
version = "^8.0.0"

[dependencies.once_cell]
version = "^1.21.1"

[dependencies.quick_cache]
version = "^0.6.12"

[dependencies.thiserror]
version = "~2.0.12"

[dev-dependencies.burn]
features = ["default", "ndarray"]
version = "^0.17.0"

[features]
testing = []

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

[lints.clippy]
all = "deny"
cargo = "deny"
suspicious = "deny"

[lints.clippy.multiple_crate_versions]
level = "allow"
priority = 1

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::testing"]
description = "Fluent Contracts for the Burn library"
edition = "2024"
exclude = [".github/*", ".gitignore", "*.sh"]
keywords = ["burn", "tensor", "contracts", "testing"]
license = "MIT"
name = "burn-contracts"
readme = "README.md"
repository = "https://github.com/crutcher/burn-contracts"
version = "0.3.2"