# 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 = "tensor-toolbox" version = "0.7.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Toolbox of useful Rust utilities for Tensor Foundation's Solana programs" homepage = "https://github.com/tensor-foundation/toolbox" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/tensor-foundation/toolbox" [lib] name = "tensor_toolbox" path = "src/lib.rs" [dependencies.anchor-lang] version = "0.29.0" [dependencies.anchor-spl] version = "0.29.0" features = ["default"] [dependencies.bytemuck] version = "1.14" [dependencies.five8_const] version = "0.1.3" [dependencies.mpl-bubblegum] version = "1.4.0" optional = true [dependencies.mpl-core] version = "0.8.0" optional = true [dependencies.mpl-token-metadata] version = "4.1.2" [dependencies.spl-account-compression] version = "0.3.0" features = ["cpi"] [dependencies.spl-noop] version = "0.2.0" features = ["no-entrypoint"] [dependencies.spl-token-metadata-interface] version = "0.2.0" [dependencies.tensor-vipers] version = "1.0.1" [features] cnft = ["dep:mpl-bubblegum"] default = ["token-2022"] mpl-core = ["dep:mpl-core"] token-2022 = []