# 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 = "morse_code_parser" version = "0.1.2" authors = ["eyexzy "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Morse code parser and decoder implemented in Rust." homepage = "https://github.com/eyexzy/morse_code_parser" documentation = "https://docs.rs/morse_code_parser" readme = "README.md" keywords = [ "morse", "parser", "rust", ] categories = [ "text-processing", "parsing", ] license = "MIT" repository = "https://https://github.com/eyexzy/morse_code_parser" [lib] name = "morse_code_parser" path = "src/lib.rs" [[bin]] name = "morse_code_parser" path = "src/main.rs" [[test]] name = "integration" path = "tests/integration.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.3" features = ["derive"] [dependencies.pest] version = "2.7.5" [dependencies.pest_derive] version = "2.7.5" [dependencies.thiserror] version = "1.0.69" [badges.travis-ci] repository = "eyexzy/morse_code_parser"