[[bin]]
name = "notion-async"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.5.16"
[dependencies.dotenvy]
version = "0.15.7"
[dependencies.futures]
version = "0.3.30"
[dependencies.http]
version = "1.1.0"
[dependencies.notion-async-api]
version = "0.1"
[dependencies.serde_json]
version = "1.0"
[dependencies.sqlx]
features = ["sqlite", "runtime-tokio", "chrono"]
version = "0.8.1"
[dependencies.tokio]
features = ["full"]
version = "1"
[lib]
name = "notion_async"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A notion sync tool, in `async` style."
edition = "2021"
exclude = ["testdata/*"]
homepage = "https://github.com/mindeng/notion-async"
license-file = "LICENSE"
name = "notion-async"
readme = "README.md"
repository = "https://github.com/mindeng/notion-async"
version = "0.1.1"