# 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 = "rusty-notes" version = "1.4.0" authors = ["Hugo Wang "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A markdown web-interface notebook." readme = "README.md" keywords = [ "markdown", "notebook", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/mitnk/rusty-notes" [profile.release] strip = true [[bin]] name = "rusty-notes" path = "src/main.rs" [dependencies.actix-files] version = "0.6" [dependencies.actix-session] version = "0.9" features = ["cookie-session"] default-features = false [dependencies.actix-web] version = "4" [dependencies.base64] version = "0.21" [dependencies.bytes] version = "1.5" [dependencies.comrak] version = "0.21" [dependencies.derive_more] version = "0.99" [dependencies.dotenv] version = "0.15" [dependencies.env_logger] version = "0.11" [dependencies.figment] version = "0.10" features = ["env"] [dependencies.futures] version = "0.3" [dependencies.htmlescape] version = "0.3" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.mime] version = "0.3" [dependencies.rand] version = "0.8" [dependencies.regex] version = "1" [dependencies.scraper] version = "0.18" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.syntect] version = "5.2" [dependencies.tera] version = "1" default-features = false [dependencies.time] version = "0.3" [dependencies.ttl_cache] version = "0.5" [dependencies.walkdir] version = "2"