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