# 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 = "letterboxd" version = "0.4.0" authors = ["boxdot "] description = "Letterboxd API provides access to data on the Letterboxd.com website" readme = "README.md" keywords = [ "rest", "letterboxd", "client", ] categories = ["api-bindings"] license = "MIT/Apache-2.0" repository = "https://github.com/boxdot/letterboxd-rs" [dependencies.hex] version = "0.4.0" [dependencies.hmac] version = "0.12.0" [dependencies.http-body-util] version = "0.1.1" [dependencies.hyper] version = "1.0.0" [dependencies.hyper-tls] version = "0.6.0" [dependencies.hyper-util] version = "0.1.3" features = [ "tokio", "http1", "http2", "client", "client-legacy", ] [dependencies.serde] version = "1.0.104" features = ["derive"] [dependencies.serde_json] version = "1.0.44" [dependencies.serde_url_params] version = "0.2.1" [dependencies.sha2] version = "0.10.0" [dependencies.url] version = "2.1.1" [dependencies.uuid] version = "1.0.0" features = ["v4"] [dev-dependencies.dotenvy] version = "0.15.0" [dev-dependencies.tokio] version = "1.0.2" features = [ "macros", "rt", "rt-multi-thread", ]