[package] name = "opd-parser" description = "Parser for the OPD point cloud animation format" version = "0.5.0" edition = "2021" authors = [ "Zhixing Zhang " ] license = "MIT OR Apache-2.0" repository = "https://github.com/ForesightMiningSoftwareCorporation/opd_parser" [dependencies] nom = "7" serde_json = "1" serde = { version = "1", features = ["derive"] }