# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "boomack" version = "0.4.0" authors = ["Tobias Kiertscher "] description = "Client library for Boomack" homepage = "https://boomack.com" readme = "src/README.md" license = "MIT" [dependencies.base64] version = "0.21" [dependencies.const_format] version = "0.2" [dependencies.debug-ignore] version = "1" [dependencies.directories] version = "4" [dependencies.http-types] version = "2" [dependencies.lazy_static] version = "1" [dependencies.regex] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.string-join] version = "0.1" [dependencies.ureq] version = "2" features = [ "json", "charset", "native-certs", ] [dependencies.urlencoding] version = "2" [dependencies.yaml-rust] version = "0.4"