[package] name = "nuclino-rs" description = "A client for the Nuclino wiki API." version = "1.1.3" edition = "2021" authors = ["C J Silverio "] license = "Parity-7.0.0" readme = "README.md" repository = "https://github.com/ceejbot/nuclino-rs" rust-version = "1.65.0" [dependencies] serde = { version = "1.0.203", features = ["derive"] } serde_json = "1.0.117" serde_with = "3.8.1" thiserror = "1.0.61" ureq = { version = "2.9.7", features = ["json"] } urlencoding = "2.1.3" uuid = { version = "1.8.0", features = ["serde"] } [dev-dependencies] dotenvy = "0.15.7" owo-colors = "4.0.0"