[package] name = "short-hex-str" version = "0.2.7" authors = ["Aptos Labs "] description = "Short hex string encoding" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" license = "Apache-2.0" edition = "2018" [dependencies] mirai-annotations = "1.12.0" serde = { version = "1.0.137", default-features = false } static_assertions = "1.1.0" thiserror = "1.0.31" [dev-dependencies] hex = "0.4.3" proptest = "1.0.0"