# 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 = "stable-swap-fuzz" version = "1.8.1" authors = ["michaelhly "] description = "Fuzz tests for the Saber StableSwap program." homepage = "https://saber.so" keywords = ["solana", "saber", "fuzz"] license = "Apache-2.0" repository = "https://github.com/saber-hq/stable-swap" [package.metadata] cargo-fuzz = true [lib] name = "fuzz" [[bin]] name = "fuzz_test" path = "targets/full.rs" test = false doc = false [[bin]] name = "swaps_only_test" path = "targets/swaps_only.rs" test = false doc = false [dependencies.arbitrary] version = "1.0.0" [dependencies.chrono] version = "0.4" [dependencies.lazy_static] version = "1.4.0" [dependencies.libfuzzer-sys] version = "0.4.0" [dependencies.rand] version = "0.8.4" [dependencies.solana-program] version = "^1.9" [dependencies.spl-token] version = "^3" features = ["no-entrypoint"] [dependencies.stable-swap] version = "^1" features = ["fuzz", "program", "no-entrypoint"]