jupiter-program-sdk 0.1.0

Jupiter on-chain product SDKs
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 = "2021"
name = "jupiter-program-sdk"
version = "0.1.0"
authors = ["Jupiter"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Jupiter on-chain product SDKs"
homepage = "https://github.com/ChiefWoods/jupiter-sdk"
readme = "README.md"
keywords = [
    "jupiter",
    "solana",
    "sdk",
    "defi",
    "codama",
]
license = "MIT"
repository = "https://github.com/ChiefWoods/jupiter-sdk"

[features]
default = []
offerbook = ["dep:jupiter-offerbook-sdk"]
prediction = ["dep:jupiter-prediction-sdk"]

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

[dependencies.jupiter-offerbook-sdk]
version = "0.1.0"
optional = true

[dependencies.jupiter-prediction-sdk]
version = "0.1.0"
optional = true