[package]
edition = "2021"
name = "sentio-cli"
version = "0.1.3"
authors = ["sentio-security"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AST-based security scanner for Solana/Anchor programs"
readme = "README.md"
keywords = [
"solana",
"anchor",
"security",
"linter",
"audit",
]
categories = [
"development-tools::testing",
"command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/sentio-security/sentio-rs"
[lib]
name = "sentio_cli"
path = "src/lib.rs"
[[bin]]
name = "sentio"
path = "src/main.rs"
[[test]]
name = "human_output"
path = "tests/human_output.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.clap]
version = "4.5"
features = ["derive"]
[dependencies.sentio-core]
version = "0.1.3"
[dependencies.serde_json]
version = "1.0"