# 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-into-sqlite" version = "0.1.2" include = ["src/*.rs", "Cargo.toml"] description = "Download your Notion's database and save it locally into SQLite" keywords = ["Notion", "SQLite"] license-file = "LICENSE" repository = "https://github.com/FujiHaruka/notion-into-sqlite" resolver = "2" [dependencies.anyhow] version = "1.0.56" [dependencies.clap] version = "3.1.6" features = ["derive"] [dependencies.env_logger] version = "0.9.0" [dependencies.log] version = "0.4.0" [dependencies.reqwest] version = "0.11" features = ["blocking", "json"] [dependencies.rusqlite] version = "0.27.0" [dependencies.serde] version = "1.0.136" [dependencies.serde_json] version = "1.0" [dev-dependencies.regex] version = "1.5"