edge-conservation 0.1.0

Conservation-law verification for edge deployment (no_std, small binary)
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 = "2021"
name = "edge-conservation"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Conservation-law verification for edge deployment (no_std, small binary)"
readme = "README.md"
keywords = [
    "conservation",
    "verification",
    "edge",
    "no_std",
    "embedded",
]
categories = [
    "science",
    "embedded",
    "no-std",
]
license = "MIT"
repository = "https://github.com/SuperInstance/edge-conservation-rs"

[features]
default = ["std"]
std = []

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

[dependencies]

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
strip = true