# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "soundcloud-fs" version = "0.2.0" authors = ["polyfloyd "] include = ["src/**/*.rs", "Cargo.toml", "README.md", "LICENSE"] description = "FUSE driver for SoundCloud" readme = "README.md" keywords = ["soundcloud", "fuse"] license = "MIT" repository = "https://github.com/polyfloyd/soundcloud-fs" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "2" [dependencies.env_logger] version = "0.7" [dependencies.failure] version = "0.1" [dependencies.failure_derive] version = "0.1" [dependencies.fuse] version = "0.3" [dependencies.id3] version = "0.3" [dependencies.lazy_static] version = "1" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.nix] version = "0.16" [dependencies.rayon] version = "1" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.9" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [dependencies.time] version = "0.1"