[package]
edition = "2024"
name = "notra"
version = "0.1.0"
authors = ["lassejlv"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Unofficial Rust SDK for the Notra API"
homepage = "https://github.com/lassejlv/notra-sdk-rust"
readme = "README.md"
keywords = [
"notra",
"sdk",
"api",
"changelog",
"content",
]
categories = ["api-bindings"]
license = "MIT"
repository = "https://github.com/lassejlv/notra-sdk-rust"
[lib]
name = "notra"
path = "src/lib.rs"
[dependencies.reqwest]
version = "0.12"
features = ["json"]
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.thiserror]
version = "2"
[dev-dependencies.tokio]
version = "1"
features = ["full"]