[package] name = "move-idl-types" version = "0.4.2" description = "Rust types for the Move IDL specification." homepage = "https://moving.wtf" repository = "https://github.com/movingco/move-idl" authors = ["Ian Macalinao "] license = "Apache-2.0" edition = "2021" keywords = ["move", "diem", "token"] [features] default = [] address20 = ["errmap/address20", "struct-tag/address20"] address32 = ["errmap/address32", "struct-tag/address32"] [dependencies] errmap = "0.2.2" struct-tag = "0.2.2" serde = { version = "1.0", features = ["derive"] } schemars = "0.8"