# 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 = "reddit-fs" version = "0.3.1" authors = ["LevitatingBusinessMan"] description = "Access reddit through a filesystem" homepage = "https://github.com/LevitatingBusinessMan/reddit-fs" readme = "README.md" license = "MIT" repository = "https://github.com/LevitatingBusinessMan/reddit-fs" [dependencies.anyhow] version = "1.0.48" [dependencies.clap] version = "4.0.26" features = ["derive"] [dependencies.ctrlc] version = "3.2.3" [dependencies.fuser] version = "0.12.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.108" [dependencies.orca] version = "0.7.0" [dependencies.serde_json] version = "1.0.71"