[package] name = "ilda-idtf" version = "0.1.0" authors = ["mitchmindtree "] description = "A complete implementation of the ILDA Image Data Transfer Format Specification, Revision 011, 2014-11-16." readme = "README.md" keywords = ["ilda", "image", "data", "transfer", "format"] license = "MIT OR Apache-2.0" repository = "https://github.com/nannou-org/ilda-idtf.git" homepage = "https://github.com/nannou-org/ilda-idtf" edition = "2018" exclude = ["/test_files"] [dependencies] bitflags = "1" byteorder = { version = "1", default-features = false } zerocopy = "0.3" [dev-dependencies] walkdir = "2"