edlc_analysis 0.2.17

Code analysis utils EDL compiler
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 = "edlc_analysis"
version = "0.2.17"
authors = ["Adrian Paskert"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Code analysis utils EDL compiler"
readme = "README.md"
keywords = [
    "compiler",
    "edl",
]
categories = [
    "compilers",
    "science",
]
license = "Apache-2.0"
repository = "https://github.com/LateinCecer/edlc"

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

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

[dependencies]