# 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 = "minidisc" version = "0.1.3" authors = [ "G2 ", "Asivery", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for interacting with NetMD and Hi-MD minidisc devices." homepage = "https://github.com/G2-Games/minidisc-rs/" documentation = "https://docs.rs/cross_usb" readme = "README.md" keywords = [ "minidisc", "netmd", "net-md", "hi-md", "sony", ] categories = [ "hardware-support", "wasm", "multimedia::audio", ] license = "MIT OR Apache-2.0" repository = "https://github.com/G2-Games/minidisc-rs/" [package.metadata.docs.rs] targets = [ "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc", "aarch64-pc-windows-msvc", "x86_64-apple-darwin", "aarch64-apple-darwin", "wasm32-unknown-unknown", ] [lib] name = "minidisc" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.byteorder] version = "1.5.0" [dependencies.cbc] version = "0.1" [dependencies.cross_usb] version = "0.4" [dependencies.des] version = "0.8" [dependencies.diacritics] version = "0.2.0" [dependencies.ecb] version = "0.1" [dependencies.encoding_rs] version = "0.8.33" [dependencies.g2-unicode-jp] version = "0.4.1" [dependencies.getrandom] version = "0.2" features = ["js"] [dependencies.log] version = "0.4.22" [dependencies.nofmt] version = "1.0.0" [dependencies.num-derive] version = "0.4.2" [dependencies.num-traits] version = "0.2.14" [dependencies.once_cell] version = "1.18.0" [dependencies.phf] version = "0.11.2" features = [ "phf_macros", "macros", ] [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.10" [dependencies.thiserror] version = "1.0.57" [dependencies.tokio] version = "1.36" features = ["sync"] [dependencies.unicode-normalization] version = "0.1.22" [dev-dependencies.tokio-test] version = "0.4.3" [target.'cfg(target_family = "wasm")'.dependencies.futures] version = "0.3.30" [target.'cfg(target_family = "wasm")'.dependencies.gloo] version = "0.11.0" features = [ "futures", "worker", ]