sentio-core 0.1.2

AST-based security scanner for Solana/Anchor programs
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 = "sentio-core"
version = "0.1.2"
authors = ["sentio-security"]
build = false
exclude = ["tests/**"]
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_core"
path = "src/lib.rs"

[dependencies.proc-macro2]
version = "1.0"
features = ["span-locations"]

[dependencies.quote]
version = "1.0"

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

[dependencies.syn]
version = "2.0"
features = [
    "full",
    "visit",
]

[dependencies.walkdir]
version = "2.5"