# 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" rust-version = "1.74.1" name = "ripmors" version = "0.1.0" authors = ["Quentin Santos "] description = "ripmors is a library for encoding and decoding international Morse code and several variants" readme = "README.md" license = "Apache-2.0 AND MIT" repository = "https://github.com/qsantos/ripmors/" [profile.profiling] debug = 2 inherits = "release" [[bin]] name = "ripmors" required-features = ["clap"] [[bench]] name = "bench" harness = false [dependencies.clap] version = "4.5.4" features = ["derive"] optional = true [dependencies.simdutf8] version = "0.1.4" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.rand] version = "0.8.5" [features] default = ["clap"]