# 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 = "notegraf-web" version = "0.1.1" authors = ["Zixian Cai"] description = "The reference web frontend of Notegraf" homepage = "https://notegraf.zcai.org" documentation = "https://docs.rs/notegraf-web" readme = "README.md" keywords = ["note-taking"] categories = [ "web-programming", "text-processing", ] license = "AGPL-3.0-only" repository = "https://github.com/caizixian/notegraf" [lib] path = "src/lib.rs" [[bin]] name = "notegraf-web" path = "src/main.rs" [dependencies.actix-files] version = "0.6" [dependencies.actix-web] version = "4.2" [dependencies.config] version = "0.13" features = ["yaml"] default-features = false [dependencies.lazy_static] version = "1.4" [dependencies.notegraf] version = "0.1.0" [dependencies.opentelemetry] version = "0.17" features = ["rt-tokio-current-thread"] [dependencies.opentelemetry-otlp] version = "0.10" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.sqlx] version = "0.6" features = ["postgres"] [dependencies.tokio] version = "1.21" features = [ "macros", "sync", "rt", ] [dependencies.tracing] version = "0.1" features = ["log"] [dependencies.tracing-actix-web] version = "0.6" features = ["opentelemetry_0_17"] [dependencies.tracing-futures] version = "0.2" [dependencies.tracing-log] version = "0.1" [dependencies.tracing-opentelemetry] version = "0.17" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dependencies.uuid] version = "1.0" features = [ "serde", "v4", ] [dev-dependencies.reqwest] version = "0.11" features = ["json"] [features] default = ["notetype_markdown"] notetype_markdown = [] notetype_plain = []