# 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 = "mangadex-fs" version = "0.2.1" authors = ["bittersweetshimmer"] description = "FUSE driver using MangaDex API." readme = "README.md" keywords = ["fuse", "filesystem", "ipc", "api"] categories = ["filesystem"] license = "MIT" repository = "https://github.com/bittersweetshimmer/mangadex-fs" [lib] name = "mangadex_fs" path = "src/lib/lib.rs" [[bin]] name = "mangadex-fsd" path = "src/bin/daemon/main.rs" [[bin]] name = "mangadex-fsc" path = "src/bin/client/main.rs" [dependencies.async-trait] version = "0.1.36" [dependencies.chrono] version = "0.4.13" [dependencies.clap] version = "2.33" [dependencies.colored] version = "2.0" [dependencies.cookie] version = "0.14" [dependencies.directories] version = "3.0" [dependencies.env_logger] version = "0.7" [dependencies.libc] version = "0.2.5" [dependencies.log] version = "0.4" [dependencies.nix] version = "0.18" [dependencies.polyfuse] version = "0.3.3" [dependencies.polyfuse-tokio] version = "0.2.0" [dependencies.reqwest] version = "0.10" features = ["json"] [dependencies.sanitize-filename] version = "0.2.1" [dependencies.scraper] version = "0.12" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_repr] version = "0.1" [dependencies.time] version = "0.2.16" [dependencies.tokio] version = "0.2" features = ["macros", "uds", "io-util", "fs", "rt-core", "signal", "macros", "sync", "time"] [dependencies.toml] version = "0.5"