[package] name = "hff-async-std" version = "0.6.3" edition = "2021" authors = ["All8Up "] license-file = "LICENSE" description = "Hierarchical File Format: async-std support." repository = "https://github.com/All8Up/hff.git" readme = "README.md" [dependencies] hff-core = { version = "0.6.1" } hff-std = { version = "0.6.1" } async-std = { version = "1.12.0" } async-trait = { version = "0.1.75" } [dev-dependencies] async-std = { version = "1.12.0", features = ["attributes"] }