[package] name = "solagent" version = "0.1.4" edition = "2021" authors = ["zTgx "] repository = "https://github.com/zTgx/solagent.rs.git" readme = "README.md" keywords = ["solana", "ai", "agent"] license = "MIT" description = "connect any ai agents to solana protocols in Rust." [dependencies] serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" lazy_static = "1.5.0" rig-core = "0.6.0" # rig-core = { path = "../rig/rig-core" } # main branch async-trait = "0.1.83" solana-client = "2.1.7" solana-sdk = "2.1.7" mpl-token-metadata = "5.1.0" spl-token = "7.0.0" spl-associated-token-account = "6.0.0" solana-program = "2.1.7" thiserror = "2.0.9" reqwest = { version = "0.12", features = ["json"] } [dev-dependencies] tokio = { version = "1.42.0", features = ["full"] } rig-core = "0.6.0" # rig-core = { path = "../rig/rig-core" } # main branch