# 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 = "reason-shell" version = "0.3.10" authors = ["Jae-Won Chung "] description = "Reason: A Shell for Research Papers" readme = "README.md" license = "MIT" repository = "https://github.com/jaywonchung/reason" [[bin]] name = "reason" path = "src/main.rs" [dependencies.ansi_term] version = "0.12.1" [dependencies.comfy-table] version = "4.0.1" [dependencies.confy] version = "0.4" [dependencies.directories-next] version = "^2.0" [dependencies.home] version = "0.5.3" [dependencies.lazy_static] version = "1.4" [dependencies.mdbook] version = "0.4.21" [dependencies.pdf] version = "0.7.2" [dependencies.regex] version = "1.5" [dependencies.reqwest] version = "0.11.4" features = ["blocking"] [dependencies.rustyline] version = "8.2" [dependencies.rustyline-derive] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.8" [dependencies.soup] version = "0.5.1" [dependencies.tempfile] version = "3.2.0" [dependencies.thiserror] version = "1" [dependencies.url] version = "2.2.2"