# 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 = "robot36-encoder" version = "0.2.1" authors = ["killertux "] description = "Library to convert images into audio using the robot 36 encoding" readme = "readme.md" keywords = [ "robot36", "sstv", ] categories = [ "encoding", "multimedia", ] license = "MIT" repository = "https://github.com/killertux/robot36-encoder" resolver = "2" [[example]] name = "encode-cli" required-features = ["image"] [dependencies.image] version = "0.24" optional = true [dependencies.num-complex] version = "0.4.2" [dependencies.thiserror] version = "1" [dev-dependencies.hound] version = "3.4.0" [dev-dependencies.image] version = "0.24"