knowdit-sol 0.6.0

Smart contract auditing framework.
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 = "knowdit-sol"
version = "0.6.0"
authors = ["Ziqiao Kong <mio@lazym.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Smart contract auditing framework."
homepage = "https://github.com/abortfuzz/knowdit"
readme = "Readme.md"
license = "GPL-2.0-only"
repository = "https://github.com/abortfuzz/knowdit"
resolver = "2"

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

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

[dependencies.color-eyre]
version = "0"

[dependencies.knowdit-repo-model]
version = "0.6.0"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0"

[dependencies.tree-sitter]
version = "0.25"

[dependencies.tree-sitter-solidity]
version = "1.2.13"