# 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" rust-version = "1.71.0" name = "bodhi" version = "2.2.0" authors = ["Fabio Valentini "] exclude = [ "/tests/", "/.github/", "/rustfmt.toml", ] description = "bodhi REST API client" readme = "README.md" keywords = [ "fedora", "bodhi", "REST", "client", ] categories = ["api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/ironthree/bodhi-rs" [profile.release] opt-level = 3 lto = true codegen-units = 1 [dependencies.chrono] version = "0.4.19" features = ["std"] default-features = false [dependencies.fedora] version = "2.0.1" [dependencies.log] version = "0.4.14" [dependencies.once_cell] version = "1.0" [dependencies.regex] version = "1.5.4" [dependencies.serde] version = "1.0.134" features = ["derive"] [dependencies.serde_json] version = "1.0.78" [dependencies.serde_repr] version = "0.1.7" [dependencies.serde_url_params] version = "0.2.1" [dependencies.thiserror] version = "1.0.30" [dependencies.tokio] version = "1.14" features = ["time"] [dev-dependencies.chrono] version = "0.4.19" features = [ "std", "clock", ] default-features = false [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.quickcheck] version = "1.0" [dev-dependencies.rpassword] version = "7.0" [dev-dependencies.tokio] version = "1.14" features = [ "macros", "rt-multi-thread", ] [features] data-tests = [] default = ["offline-tests"] offline-tests = [] online-tests = []