onnx-runtime-memory 0.1.0-dev.6

Liveness-based activation memory planning for the ORT 2.0 runtime: a pure, deterministic buffer-sharing planner over onnx-runtime-ir that computes the minimal activation arena (peak_bytes) an executor must allocate
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 = "onnx-runtime-memory"
version = "0.1.0-dev.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Liveness-based activation memory planning for the ORT 2.0 runtime: a pure, deterministic buffer-sharing planner over onnx-runtime-ir that computes the minimal activation arena (peak_bytes) an executor must allocate"
readme = false
keywords = [
    "onnx",
    "memory",
    "planning",
    "inference",
    "runtime",
]
categories = [
    "science",
    "memory-management",
]
license = "MIT"
repository = "https://github.com/justinchuby/onnx-genai"
resolver = "2"

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

[[test]]
name = "planner"
path = "tests/planner.rs"

[dependencies.onnx-runtime-ir]
version = "=0.1.0-dev.6"

[dependencies.thiserror]
version = "2"

[lints.clippy]
chunks_exact_to_as_chunks = "allow"
uninlined_format_args = "warn"

[lints.rust]
unsafe_op_in_unsafe_fn = "warn"