# 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 = "notion-async" version = "0.1.1" build = false exclude = ["testdata/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "A notion sync tool, in `async` style." homepage = "https://github.com/mindeng/notion-async" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/mindeng/notion-async" [lib] name = "notion_async" path = "src/lib.rs" [[bin]] name = "notion-async" path = "src/main.rs" [dependencies.clap] version = "4.5.16" features = ["derive"] [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] version = "0.8.1" features = [ "sqlite", "runtime-tokio", "chrono", ] [dependencies.tokio] version = "1" features = ["full"]