[package] name = "cdragon-prop" version = "0.2.0" authors = ["BenoƮt Ryder "] edition = "2021" license = "MIT OR Apache-2.0" homepage = "https://www.communitydragon.org" repository = "https://github.com/CommunityDragon/cdragon-rs" description = "Work with BIN files used by Riot" keywords = ["cdragon", "bin", "prop"] [dependencies] cdragon-utils = { path = "../cdragon-utils", version = "0.2", features = ["parsing"] } cdragon-hashes = { path = "../cdragon-hashes", version = "0.2", features = ["bin", "wad"] } num_enum = "0.7" nom = "7" thiserror = "1"