# 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 = "cabrillo" version = "0.3.0" authors = ["Alec Hussey "] description = "A nom parser for the Cabrillo file format used for submitting contest logs in amateur radio." homepage = "https://github.com/alechussey/cabrillo" documentation = "https://docs.rs/crate/cabrillo" readme = "README.md" keywords = ["cabrillo", "parser"] categories = ["parser-implementations"] license = "MIT" repository = "https://github.com/alechussey/cabrillo.git" resolver = "2" [dependencies.chrono] version = "0.4" [dependencies.lazy_static] version = "1.4" [dependencies.nom] version = "7" features = ["alloc"]