# 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 = "brocade" version = "0.1.1" description = "Interface for querying brocade.io products" homepage = "https://github.com/dangarbri/brocade-rs" documentation = "https://github.com/dangarbri/brocade-rs" readme = "README.md" keywords = [ "brocade", "barcode", ] license = "MIT" repository = "https://github.com/dangarbri/brocade-rs" [profile.release] opt-level = 3 lto = true panic = "abort" strip = true [dependencies.reqwest] version = "0.11.14" features = [ "blocking", "json", ] optional = true [dependencies.serde] version = "1.0.152" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0.93" optional = true [features] default = ["reqwest"] reqwest = [ "dep:reqwest", "dep:serde", "dep:serde_json", ]