# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "ais" version = "0.12.0" authors = ["Kevin R "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An Automatic Identification System (AIS) parser library" homepage = "https://github.com/squidpickles/ais" documentation = "https://docs.rs/ais" readme = "README.md" keywords = [ "ais", "nmea", ] categories = ["parser-implementations"] license = "Apache-2.0" repository = "https://github.com/squidpickles/ais.git" [lib] name = "ais" path = "src/lib.rs" [[bin]] name = "aisparser" path = "src/bin/aisparser.rs" required-features = ["std"] [dependencies.heapless] version = "0.7" [dependencies.nom] version = "7" default-features = false [features] alloc = ["nom/alloc"] default = ["std"] std = ["nom/std"]