# 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 = "morseus" version = "0.1.12" description = "Une bibliothèque Rust pour encoder et décoder du texte en code Morse, jouer des signaux sonores et exporter en fichiers audio WAV." homepage = "https://github.com/elamani-drawing/morseus" documentation = "https://docs.rs/morseus/0.1.12/morseus/" readme = "README.md" keywords = [ "rust", "morse", "encoding", "decoding", "audio", ] categories = [ "multimedia::audio", "cryptography", "multimedia::encoding", "compression", ] license = "MIT" repository = "https://github.com/elamani-drawing/morseus" [dependencies.hound] version = "3.5.0" [dependencies.rodio] version = "0.17.1"