# 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 = "sns-cli" version = "2.0.0" description = "A utility CLI for interacting with the Solana Name Service" homepage = "https://www.sns.id/" license = "MIT" repository = "https://github.com/Bonfida/sns-sdk" [[bin]] name = "sns" path = "src/main.rs" [dependencies.anyhow] version = "1.0.69" [dependencies.base64] version = "0.21.0" [dependencies.bincode] version = "1.3.3" [dependencies.borsh] version = "0.10.3" [dependencies.clap] version = "4.1.8" features = ["derive"] [dependencies.console] version = "0.15.5" [dependencies.indicatif] version = "0.17.3" [dependencies.prettytable-rs] version = "0.10.0" [dependencies.regex] version = "1.7.1" [dependencies.reqwest] version = "0.11.14" features = [ "json", "multipart", ] [dependencies.serde] version = "1.0.153" features = ["derive"] [dependencies.serde_json] version = "1.0.94" [dependencies.sns-sdk] version = "1.5.1" [dependencies.solana-client] version = "1.16.16" [dependencies.solana-program] version = "1.16.16" [dependencies.solana-sdk] version = "1.16.16" [dependencies.spl-name-service] version = "0.2.0" features = ["no-entrypoint"] [dependencies.tokio] version = "1.14.1" features = [ "macros", "rt-multi-thread", ]