# 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 = "sgraph" version = "0.1.2" description = "Created with Anchor" homepage = "https://sgraph.io" documentation = "https://docs.rs/sgraph-usersig" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/sgraph-protocol/sgraph" resolver = "1" [lib] name = "sgraph" crate-type = [ "cdylib", "lib", ] doctest = false [dependencies.anchor-lang] version = "0.26" [dependencies.solana-program] version = "~1.14.9" [dependencies.solana-sdk] version = "~1.14.9" optional = true default-features = false [dependencies.solana-security-txt] version = "1.1.0" [dependencies.spl-account-compression] version = "0.1.8" features = [ "no-entrypoint", "cpi", ] [dev-dependencies.anyhow] version = "1" [dev-dependencies.solana-logger] version = "~1.14.9" [dev-dependencies.solana-program-test] version = "~1.14.9" [dev-dependencies.solana-sdk] version = "~1.14.9" default-features = false [dev-dependencies.spl-associated-token-account] version = "^1.0.3" features = ["no-entrypoint"] [dev-dependencies.spl-noop] version = "0.1.3" [dev-dependencies.spl-token] version = "^3.0.0" features = ["no-entrypoint"] [features] client = ["solana-sdk"] cpi = ["no-entrypoint"] default = [] no-entrypoint = [] no-idl = [] no-log-ix-name = [] test-bpf = [ "client", "cpi", ]