[package] name = "yanp" version = "0.1.1" authors = ["Henrik Böving "] edition = "2018" description = "A no_std nmea sentence parser" documentation = "https://docs.rs/yanp" homepage = "https://github.com/hargoniX/yanp" readme = "README.md" keywords = ["coordinate", "gps", "position", "nmea", "no_std"] categories = ["no-std", "parsing"] license = "MIT" [features] default = [] alloc = [] [dependencies.nom] version = "5.0.0" default-features = false