[dependencies.rodio]
optional = true
version = "0.19.0"
[features]
audio = ["dep:rodio"]
custom = []
default = ["international"]
international = []
[lib]
name = "morse_lib"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["encoding", "parsing"]
description = "Library for coding/decoding Morse Code with multilanguage support"
edition = "2021"
homepage = "https://github.com/NazarK0/morse-lib"
keywords = ["morse", "parser", "encoder"]
license = "GPL-3.0-or-later"
name = "morse-lib"
readme = "README.md"
repository = "https://github.com/NazarK0/morse-lib"
resolver = "2"
version = "0.4.2"
[package.metadata.docs.rs]
all-features = true
[[test]]
name = "all_features_off"
path = "tests/all_features_off.rs"
[[test]]
name = "all_features_on"
path = "tests/all_features_on.rs"
[[test]]
name = "custom_and_inter_no_audio"
path = "tests/custom_and_inter_no_audio.rs"
[[test]]
name = "custom_audio"
path = "tests/custom_audio.rs"
[[test]]
name = "custom_only"
path = "tests/custom_only.rs"
[[test]]
name = "international_audio"
path = "tests/international_audio.rs"
[[test]]
name = "international_only"
path = "tests/international_only.rs"