burn-ir 0.20.1

Intermediate representation for the Burn framework
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"
name = "burn-ir"
version = "0.20.1"
authors = [
    "laggui <lagrange.guillaume.1@gmail.com>",
    "nathanielsimard <nathaniel.simard.42@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Intermediate representation for the Burn framework"
documentation = "https://docs.rs/burn-ir"
readme = "README.md"
keywords = [
    "deep-learning",
    "machine-learning",
    "tensor",
]
categories = ["science"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tracel-ai/burn/tree/main/crates/burn-ir"
resolver = "2"

[package.metadata.docs.rs]
features = ["doc"]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = ["std"]
doc = ["default"]
std = ["burn-backend/std"]
tracing = ["burn-backend/tracing"]

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

[dependencies.burn-backend]
version = "0.20.1"
default-features = false

[dependencies.hashbrown]
version = "0.16"

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "alloc",
]
default-features = false

[lints.clippy]

[lints.rustdoc]
broken_intra_doc_links = "deny"
invalid_html_tags = "deny"