# 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 = "rusty-box" version = "0.4.1-alpha" authors = ["Barduino "] description = "Box.com API wrapper" homepage = "https://github.com/barduinor/rusty-box" readme = "README.md" keywords = [ "box", "box-platform", "box-api", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/barduinor/rusty-box" [[example]] name = "auth_developer" path = "examples/auth_developer.rs" [[example]] name = "auth_ccg" path = "examples/auth_ccg.rs" [[example]] name = "users_list" path = "examples/users_list.rs" [dependencies.async-trait] version = "0.1.68" [dependencies.chrono] version = "0.4.24" features = ["serde"] [dependencies.dotenv] version = "^0.15" [dependencies.josekit] version = "0.8.3" [dependencies.log] version = "0.4.17" [dependencies.openssl] version = "0.10.57" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.6" features = [ "multipart", "json", ] [dependencies.serde] version = "^1.0" [dependencies.serde_derive] version = "^1.0" [dependencies.serde_json] version = "^1.0" [dependencies.serde_with] version = "3.0.0" [dependencies.thiserror] version = "1.0.40" [dependencies.tokio] version = "1.28.0" features = ["full"] [dependencies.url] version = "2.2.2" [dependencies.uuid] version = "1.4.1" features = [ "v4", "fast-rng", "macro-diagnostics", ] [dev-dependencies.env_logger] version = "0.10.0" default-features = false [dev-dependencies.pretty_assertions] version = "1.3.0" [dev-dependencies.serde_qs] version = "0.12.0" [dev-dependencies.tiny_http] version = "0.12.0" [dev-dependencies.tokio] version = "1.11.0" features = [ "rt-multi-thread", "macros", ] [dev-dependencies.webbrowser] version = "0.8.9"