[package] name = "asterix_parser" version = "0.1.1" edition = "2021" authors = ["anhaabaete "] description = "Playground do Protocolo ASTERIX" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] csv = "1.1" serde = { version = "1", features = ["derive"] } serde_json = "1.0.114" serde_derive = "1.0.197" strum = "0.26" strum_macros = "0.26" regex = "1.10.3" custom_error = { version = "1", default-features = false } # nostd compatible bitvec = "1.0.1" json = "0.12.4" chrono = "0.4.37" thiserror = "1.0.58" anyhow = "1.0.82" dilib = "0.2.1"