# 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" version = "0.1.1" authors = ["Zixian Cai"] description = "Core library for building a graph-oriented notebook" homepage = "https://notegraf.zcai.org" documentation = "https://docs.rs/notegraf" readme = "README.md" keywords = ["note-taking"] categories = [ "data-structures", "text-processing", ] license = "AGPL-3.0-only" repository = "https://github.com/caizixian/notegraf" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.futures] version = "0.3" [dependencies.pulldown-cmark] version = "0.9" [dependencies.pulldown-cmark-to-cmark] version = "10.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sqlx] version = "0.6" features = [ "runtime-actix-rustls", "postgres", "uuid", "chrono", "json", "offline", ] [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.21" features = ["sync"] [dependencies.tracing] version = "0.1" [dependencies.url] version = "2.3" [dependencies.uuid] version = "1.0" features = [ "serde", "v4", ] [dev-dependencies.tokio] version = "1.21" features = [ "macros", "sync", "rt", ]