# 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 = "solaredge" version = "0.4.2" build = false exclude = [ "/.github", ".gitignore", "/tools", "release.toml", "rustfmt.toml", "README.tpl", ] autobins = false autoexamples = false autotests = false autobenches = false description = "SolarEdge API client" homepage = "https://github.com/twistedfall/solaredge/tree/master/solaredge" documentation = "https://docs.rs/solaredge" readme = "README.md" license = "LGPL-3.0" repository = "https://github.com/twistedfall/solaredge" [lib] name = "solaredge" path = "src/lib.rs" [dependencies.chrono] version = "0.4" [dependencies.http-adapter] version = "0.2" [dependencies.log] version = "0.4" [dependencies.percent-encoding] version = "2" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_repr] version = "0.1" [dependencies.serde_urlencoded] version = "0.7" [dependencies.url] version = "2" [dev-dependencies.async-trait] version = "0.1" [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.http-adapter-reqwest] version = "0.3" [dev-dependencies.tokio] version = "1" features = ["macros"] default-features = false