# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g. crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "titanic" version = "0.1.0" authors = ["49nord GmbH ", "Carl Scherer "] exclude = ["fuzz/*"] description = "Unsinkable parser for the GGA sentence of the NMEA 0183 protocol (parses GPS positions)." readme = "README.md" keywords = ["nmea", "0183", "gps", "parser", "nmea0183"] license = "MIT" repository = "https://github.com/49nord/titanic-rs" [dependencies.arrayvec] version = "0.4.7" [dependencies.chrono] version = "0.4.6" [dependencies.quick-error] version = "1.2.2" [dev-dependencies.assert_matches] version = "1.3.0"