# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "notion-rs" version = "0.1.0" authors = ["Jonathan Kelley "] description = "Rust client for the unofficial notion.so API" license = "MIT/Apache-2.0" repository = "https://github.com/notion-apps/notion-rs" [dependencies.indexmap] version = "1.5.1" features = ["serde-1"] [dependencies.reqwest] version = "0.11" features = ["cookies", "json"] optional = true [dependencies.serde] version = "1.0.115" [dependencies.serde_json] version = "1.0.57" features = ["preserve_order"] [dependencies.thiserror] version = "1.0.24" [dependencies.uuid] version = "0.8.1" features = ["v4", "serde"] [dev-dependencies.anyhow] version = "1.0.32" [dev-dependencies.async-std] version = "1.9.0" features = ["attributes", "tokio1"] [features] client = ["reqwest"] default = ["client"]