# 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 = "cbe-frozen-abi" version = "1.15.0" authors = ["Cartallum CBE Maintainers "] description = "Cartallum CBE Frozen ABI" homepage = "https://cartallum.com/" documentation = "https://docs.cartallum.com/cbe-frozen-abi" license = "Apache-2.0" repository = "https://github.com/Cartallum/cbe" [dependencies.bs58] version = "0.4.0" [dependencies.bv] version = "0.11.1" features = ["serde"] [dependencies.cbe-frozen-abi-macro] version = "=1.15.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" features = ["std"] [dependencies.once_cell] version = "1.13.0" [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.5" [dependencies.thiserror] version = "1.0" [build-dependencies.rustc_version] version = "0.4" [target."cfg(not(target_os = \"cbe\"))".dependencies.ahash] version = "0.7.6" features = [ "default", "std", ] [target."cfg(not(target_os = \"cbe\"))".dependencies.blake3] version = "1.3.1" features = [ "digest", "traits-preview", ] [target."cfg(not(target_os = \"cbe\"))".dependencies.block-buffer] version = "0.9.0" features = ["block-padding"] [target."cfg(not(target_os = \"cbe\"))".dependencies.byteorder] version = "1.4.3" features = [ "default", "i128", "std", ] [target."cfg(not(target_os = \"cbe\"))".dependencies.cc] version = "1.0.78" features = [ "jobserver", "parallel", ] [target."cfg(not(target_os = \"cbe\"))".dependencies.either] version = "1.8.0" features = ["use_std"] [target."cfg(not(target_os = \"cbe\"))".dependencies.generic-array] version = "0.14.6" features = [ "serde", "more_lengths", ] default-features = false [target."cfg(not(target_os = \"cbe\"))".dependencies.getrandom] version = "0.1" features = ["dummy"] [target."cfg(not(target_os = \"cbe\"))".dependencies.hashbrown] version = "0.12" features = ["raw"] [target."cfg(not(target_os = \"cbe\"))".dependencies.im] version = "15.1.0" features = [ "rayon", "serde", ] [target."cfg(not(target_os = \"cbe\"))".dependencies.memmap2] version = "0.5.8" [target."cfg(not(target_os = \"cbe\"))".dependencies.once_cell] version = "1.13" features = [ "alloc", "default", "race", "std", ] [target."cfg(not(target_os = \"cbe\"))".dependencies.rand_core] version = "0.6.3" features = [ "alloc", "getrandom", "std", ] [target."cfg(not(target_os = \"cbe\"))".dependencies.subtle] version = "2.4.1" features = [ "default", "i128", "std", ] [target."cfg(not(target_os = \"cbe\"))".dev-dependencies.cbe-logger] version = "=1.15.0"