thalir 0.1.0

ThalIR - Solidity intermediate representation for smart contract security auditing
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 = "thalir"
version = "0.1.0"
authors = ["Gianluca Brigandi <gbrigand@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ThalIR - Solidity intermediate representation for smart contract security auditing"
homepage = "https://github.com/tameshi-dev/thalir"
documentation = "https://docs.rs/thalir"
readme = "README.md"
keywords = [
    "solidity",
    "compiler",
    "ir",
    "security",
    "analysis",
]
categories = [
    "compilers",
    "development-tools",
]
license = "MPL-2.0"
repository = "https://github.com/tameshi-dev/thalir"

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

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

[dependencies.thalir-core]
version = "0.1.0"

[dependencies.thalir-emit]
version = "0.1.0"

[dependencies.thalir-parser]
version = "0.1.0"

[dependencies.thalir-transform]
version = "0.1.0"