[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"