# 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 = "pdf-live-server" version = "0.0.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Serve a PDF live while watching for changes and reloading the browser." readme = "README.md" license = "MIT" repository = "https://github.com/SichangHe/pdf-live-server" [profile.release] opt-level = "s" lto = true [lib] name = "pdf_live_server" path = "src/lib.rs" [[bin]] name = "pdf-live-server" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" features = ["backtrace"] [dependencies.axum] version = "0.7" features = ["ws"] [dependencies.clap] version = "4" features = ["derive"] [dependencies.drop_this] version = "0.0.0" [dependencies.notify] version = "6" [dependencies.notify-debouncer-mini] version = "0.4" [dependencies.tokio] version = "1" features = [ "fs", "rt", ] [dependencies.tokio_gen_server] version = "0.5" [dependencies.tower] version = "0" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"]