# 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 = "volt-abi" version = "0.11.0" authors = ["alex wlezien "] description = "Interface for composing on Friktion Volt Program" homepage = "https://app.friktion.fi" keywords = [ "solana", "friktion", "volt", "program", "abi", ] license = "Apache-2.0" repository = "https://github.com/Friktion-Labs/volt-abi" resolver = "2" [lib] name = "volt_abi" crate-type = [ "cdylib", "lib", ] [dependencies.anchor-lang] version = "0.25.0" features = ["init-if-needed"] [dependencies.anchor-spl] version = "0.25.0" features = ["dex"] [dependencies.solana-program] version = "=1.10.29" [features] cpi = ["no-entrypoint"] default = ["mainnet"] mainnet = [] no-entrypoint = [] no-idl = []