[package] name = "boomack" version = "0.4.0" authors = ["Tobias Kiertscher "] description = "Client library for Boomack" license = "MIT" readme = "src/README.md" homepage = "https://boomack.com" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] const_format = "0.2" yaml-rust = "0.4" directories = "4" serde = { version = "1", features = ["derive"] } serde_json = "1" regex = "1" string-join = "0.1" lazy_static = "1" debug-ignore = "1" base64 = "0.21" urlencoding = "2" http-types = { version = "2" } ureq = { version = "2", features = ["json", "charset", "native-certs"] }