# 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 = "solana-tls-utils" version = "0.0.2" authors = ["Anza Maintainers "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Solana TLS utilities" homepage = "https://anza.xyz/" documentation = "https://docs.rs/solana-tls-utils" readme = "README" license = "Apache-2.0" repository = "https://github.com/anza-xyz/agave" [lib] name = "solana_tls_utils" path = "src/lib.rs" [dependencies.rustls] version = "0.23.19" features = ["ring"] default-features = false [dependencies.solana-keypair] version = "=0.0.2" [dependencies.solana-pubkey] version = "2.1.0" [dependencies.solana-signer] version = "=0.0.2" [dependencies.x509-parser] version = "0.14.0" [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = [ 'cfg(target_os, values("solana"))', 'cfg(feature, values("frozen-abi", "no-entrypoint"))', ]