[package] name = "notion-client" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] base64 = "0.21.0" chrono = "0.4.23" lazy_static = "1.4.0" regex = "1.7.1" reqwest = { version = "0.11.14", features = ["json"] } serde = { version = "1.0.152", features = ["derive"] } serde_json = "1.0.91"