# 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" rust-version = "1.75.0" name = "sealevel-tools" version = "0.4.0" description = "Tools for Solana program development" readme = "README.md" keywords = [ "nostd-entrypoint", "solana", "solana-program", "spl", ] license = "MIT" repository = "https://github.com/rtrombone/safer-solana" [dependencies.bincode] version = "1.3.3" [dependencies.borsh] version = "1.5.1" optional = true default-features = false [dependencies.bs58] version = "0.5.1" features = ["alloc"] optional = true default-features = false [dependencies.const-crypto] version = "0.3" [dependencies.solana-nostd-entrypoint] version = "0.6.0" [dependencies.solana-program] version = "^1.18" [dependencies.spl-token] version = "^4.0" features = ["no-entrypoint"] optional = true [dependencies.spl-token-2022] version = "^3.0" features = ["no-entrypoint"] optional = true [dev-dependencies.spl-discriminator] version = "0.3" [features] alloc = ["dep:bs58"] borsh = ["dep:borsh"] default = [ "alloc", "borsh", "token", ] noalloc-default = [ "borsh", "token", ] token = [ "dep:spl-token", "dep:spl-token-2022", ]