[package]
edition = "2021"
name = "sentri-utils"
version = "0.2.1"
authors = ["Sentri Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sentri: Utility functions for the Sentri multi-chain smart contract security analyzer."
homepage = "https://github.com/geekstrancend/Sentri"
documentation = "https://docs.rs/sentri-utils"
readme = "README.md"
keywords = [
"sentri",
"solana",
"security",
"smart-contracts",
"static-analysis",
]
categories = [
"development-tools",
"development-tools::testing",
]
license = "MIT"
repository = "https://github.com/geekstrancend/Sentri"
[lib]
name = "sentri_utils"
path = "src/lib.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.chrono]
version = "0.4"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.thiserror]
version = "1.0"
[dependencies.tracing]
version = "0.1"
[dependencies.tracing-subscriber]
version = "0.3"
features = [
"env-filter",
"json",
]
[dev-dependencies]