# 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.82" name = "apicize_lib" version = "0.14.1" authors = ["Jason Terando"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Library supporting Apicize request dispatch, testing and serialization" readme = "README.md" license = "MIT" repository = "https://github.com/apicize/lib-rust" [lib] name = "apicize_lib" path = "src/lib.rs" [dependencies.async-recursion] version = "1.0.5" [dependencies.async-trait] version = "0.1.75" [dependencies.dirs] version = "5.0.1" [dependencies.encoding_rs] version = "0.8.33" [dependencies.futures] version = "0.3.29" [dependencies.mime] version = "0.3.17" [dependencies.oauth2] version = "5.0.0-alpha.2" features = ["reqwest"] [dependencies.reqwest] version = "0.12.9" features = [ "blocking", "native-tls", "socks", "multipart", ] [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.108" features = ["preserve_order"] [dependencies.serde_with] version = "3.4.0" features = ["base64"] [dependencies.thiserror] version = "1.0.56" [dependencies.tokio] version = "1.41.0" features = ["macros"] [dependencies.tokio-util] version = "0.7.10" [dependencies.uuid] version = "1.6.1" features = ["v4"] [dependencies.v8] version = "0.106.0" [dev-dependencies.mockall] version = "0.12.1" [dev-dependencies.mockito] version = "1.2.0" [dev-dependencies.serial_test] version = "3.1.1" [build-dependencies.npm_rs] version = "1.0.0"