cotyledon 0.1.0

Framework for writing sprouts — sandboxed, event-driven on-chain trading bots.
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 = "2024"
rust-version = "1.85"
name = "cotyledon"
version = "0.1.0"
authors = ["Mrudula Vandana <mrudulavandana05@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Framework for writing sprouts — sandboxed, event-driven on-chain trading bots."
readme = "README.md"
keywords = [
    "solana",
    "trading",
    "wasm",
    "bot",
    "sprout",
]
categories = [
    "wasm",
    "cryptography::cryptocurrencies",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mrudulaxct/sprouts"

[features]
default = []
jupiter = []
meteora = []

[lib]
name = "cotyledon"
path = "src/lib.rs"

[dependencies.base64]
version = "0.22"

[dependencies.cotyledon-macros]
version = "0.1.0"

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

[dependencies.serde_json]
version = "1"