# 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 = "safecoin-frozen-abi" version = "1.14.17" authors = ["Solana Maintainers "] description = "Safecoin Frozen ABI" homepage = "https://safecoin.org/" documentation = "https://docs.rs/safecoin-frozen-abi" license = "Apache-2.0" repository = "https://github.com/fair-exchange/safecoin" [dependencies.bs58] version = "0.4.0" [dependencies.bv] version = "0.11.1" features = ["serde"] [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" features = ["std"] [dependencies.once_cell] version = "1.12.0" [dependencies.safecoin-frozen-abi-macro] version = "=1.14.17" [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.serde_bytes] version = "0.11" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10.2" [dependencies.thiserror] version = "1.0" [build-dependencies.rustc_version] version = "0.4" [target."cfg(not(target_os = \"solana\"))".dependencies.ahash] version = "0.7.6" features = [ "default", "std", ] [target."cfg(not(target_os = \"solana\"))".dependencies.blake3] version = "1.3.1" features = [ "digest", "traits-preview", ] [target."cfg(not(target_os = \"solana\"))".dependencies.block-buffer] version = "0.9.0" features = ["block-padding"] [target."cfg(not(target_os = \"solana\"))".dependencies.byteorder] version = "1.4.3" features = [ "default", "i128", "std", ] [target."cfg(not(target_os = \"solana\"))".dependencies.cc] version = "1.0.67" features = [ "jobserver", "parallel", ] [target."cfg(not(target_os = \"solana\"))".dependencies.either] version = "1.7.0" features = ["use_std"] [target."cfg(not(target_os = \"solana\"))".dependencies.generic-array] version = "0.14.5" features = [ "serde", "more_lengths", ] default-features = false [target."cfg(not(target_os = \"solana\"))".dependencies.getrandom] version = "0.1" features = ["dummy"] [target."cfg(not(target_os = \"solana\"))".dependencies.hashbrown] version = "0.12" features = ["raw"] [target."cfg(not(target_os = \"solana\"))".dependencies.im] version = "15.1.0" features = [ "rayon", "serde", ] [target."cfg(not(target_os = \"solana\"))".dependencies.memmap2] version = "0.5.3" [target."cfg(not(target_os = \"solana\"))".dependencies.once_cell] version = "1.8" features = [ "alloc", "default", "race", "std", ] [target."cfg(not(target_os = \"solana\"))".dependencies.rand_core] version = "0.6.3" features = [ "alloc", "getrandom", "std", ] [target."cfg(not(target_os = \"solana\"))".dependencies.subtle] version = "2.4.1" features = [ "default", "i128", "std", ] [target."cfg(not(target_os = \"solana\"))".dev-dependencies.safecoin-logger] version = "=1.14.17"