[package] name = "dolibarr" version = "0.1.0" authors = ["RĂ©mi Caillot "] edition = "2018" repository = "https://github.com/strowbeary/dolibarr-api-rs" license = "MIT" documentation = "https://docs.rs/viewy" readme = "./README.md" description = "Rust bindings to the REST Dolibarr API." keywords = ["Dolibarr", "api", "rest"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = { version = "0.11", features = ["json", "blocking", "cookies"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"