notion-client/Cargo.toml
Bram Dingelstad b664f777d3 feat: made sure that notion user id is Uuid
fix: made sure that Rollup -> Select has Option since it can be null
2025-04-04 14:53:56 +02:00

23 lines
648 B
TOML
Executable file

[package]
name = "notion-client"
version = "0.1.0"
edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
request = ["surf/h1-client-rustls"]
convert_from_notion = []
[dependencies]
async-std = "1.12.0"
# async-trait = "0.1.68"
base64 = "0.21.0"
chrono = "0.4.31"
futures-core = "0.3.28"
lazy_static = "1.4.0"
log = "0.4.20"
regex = "1.7.1"
serde = { version = "^1.0", features = ["derive"], default-features = false }
serde_json = { version = "^1.0", features = ["raw_value"], default-features = false }
surf = { version = "2.3.2", default-features = false }
uuid = "1.16.0"