# 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 = "solagent" version = "0.1.4" authors = ["zTgx "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "connect any ai agents to solana protocols in Rust." readme = "README.md" keywords = [ "solana", "ai", "agent", ] license = "MIT" repository = "https://github.com/zTgx/solagent.rs.git" [lib] name = "solagent" path = "src/lib.rs" [[example]] name = "deploy_collection" path = "examples/deploy_collection.rs" [[example]] name = "deploy_token" path = "examples/deploy_token.rs" [[example]] name = "fetch_price" path = "examples/fetch_price.rs" [[example]] name = "fetch_price_by_pyth" path = "examples/fetch_price_by_pyth.rs" [[example]] name = "gemini" path = "examples/gemini.rs" [[example]] name = "locally" path = "examples/locally.rs" [[example]] name = "mint_nft_to_collection" path = "examples/mint_nft_to_collection.rs" [[example]] name = "native" path = "examples/native.rs" [[example]] name = "quick_start" path = "examples/quick_start.rs" [[example]] name = "toolset" path = "examples/toolset.rs" [[test]] name = "solagent" path = "tests/solagent.rs" [dependencies.async-trait] version = "0.1.83" [dependencies.lazy_static] version = "1.5.0" [dependencies.mpl-token-metadata] version = "5.1.0" [dependencies.reqwest] version = "0.12" features = ["json"] [dependencies.rig-core] version = "0.6.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.solana-client] version = "2.1.7" [dependencies.solana-program] version = "2.1.7" [dependencies.solana-sdk] version = "2.1.7" [dependencies.spl-associated-token-account] version = "6.0.0" [dependencies.spl-token] version = "7.0.0" [dependencies.thiserror] version = "2.0.9" [dev-dependencies.rig-core] version = "0.6.0" [dev-dependencies.tokio] version = "1.42.0" features = ["full"]