# 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 = "2018" name = "inori-mpd" version = "0.1.1" authors = [ "Konstantin Stepanov ", "esrh", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "fork of rust-mpd with extra features used in the inori client" homepage = "https://github.com/eshrh/rust-mpd" readme = "README.md" license = "Unlicense" repository = "https://github.com/eshrh/rust-mpd.git" [lib] name = "inori_mpd" path = "src/lib.rs" [[example]] name = "example" path = "examples/example.rs" [[test]] name = "idle" path = "tests/idle.rs" [[test]] name = "options" path = "tests/options.rs" [[test]] name = "outputs" path = "tests/outputs.rs" [[test]] name = "playback" path = "tests/playback.rs" [[test]] name = "playlist" path = "tests/playlist.rs" [[test]] name = "reflect" path = "tests/reflect.rs" [[test]] name = "search" path = "tests/search.rs" [[test]] name = "song" path = "tests/song.rs" [[test]] name = "stickers" path = "tests/stickers.rs" [[bench]] name = "options" path = "benches/options.rs" [dependencies.bufstream] version = "0.1" default-features = false [dependencies.itertools] version = "0.13.0" [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.serde_repr] version = "0.1" optional = true [dev-dependencies.tempfile] version = "3.8.1" [features] serde = [ "dep:serde", "dep:serde_repr", ]