# 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 = "scout-audit-internal" version = "0.2.4" authors = [ "José García Crosta ", "Facundo Lerena ", "Agustin Losiggio ", "Matias Cabello ", "Ariel Waissbein ", ] description = "Scout is an extensible open-source tool intended to assist soroban smart contract developers and auditors detect common security issues and deviations from best practices." homepage = "https://github.com/CoinFabrik/scout-soroban" readme = "README.md" keywords = [ "auditor", "security", "soroban", "stellar", "smart-contracts", ] categories = [ "development-tools", "command-line-utilities", ] license = "MIT" repository = "https://github.com/CoinFabrik/scout-soroban" [dependencies.scout-audit-clippy-utils] version = "=0.2.3" optional = true [dependencies.serde_json] version = "1.0" optional = true [dependencies.strum] version = "0.25" features = ["derive"] optional = true [features] detector = ["dep:strum"] lint_helper = [ "dep:scout-audit-clippy-utils", "dep:serde_json", ]