# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "near-paperclip-core" version = "0.3.0" authors = ["Ravi Shankar "] description = "Core types and traits for paperclip OpenAPI tooling library" homepage = "https://github.com/wafflespeanut/paperclip" documentation = "https://paperclip.waffles.space/paperclip_core" license = "MIT OR Apache-2.0" repository = "https://github.com/wafflespeanut/paperclip" [dependencies.actix-files] version = "0" optional = true [dependencies.actix-multipart] version = "0" optional = true [dependencies.actix-session] version = "0" optional = true [dependencies.actix-web2] version = "2" optional = true default-features = false package = "actix-web" [dependencies.actix-web3] version = "3" optional = true default-features = false package = "actix-web" [dependencies.actix-web4] version = "4.0.0-beta.6" optional = true default-features = false package = "actix-web" [dependencies.chrono] version = "0" optional = true [dependencies.heck] version = "0.3" optional = true [dependencies.log] version = "0.4" optional = true [dependencies.mime] version = "0.3" [dependencies.near-paperclip-macros] version = "0.4.0" [dependencies.once_cell] version = "1.4" [dependencies.parking_lot] version = ">=0.10,<0.12" features = ["serde"] [dependencies.pin-project] version = "1.0" optional = true [dependencies.regex] version = "1.3" [dependencies.rust_decimal] version = "1" optional = true [dependencies.serde] version = "1.0" features = ["derive", "rc"] [dependencies.serde_json] version = "1.0" [dependencies.serde_qs] version = "0" optional = true [dependencies.serde_yaml] version = "0.8" [dependencies.thiserror] version = "1.0" [dependencies.uuid] version = "0" optional = true [features] actix = ["actix4"] actix-base = ["v2", "pin-project"] actix2 = ["actix-base", "actix-web2"] actix3 = ["actix-base", "actix-web3"] actix4 = ["actix-base", "actix-web4"] codegen = ["v2", "heck", "log"] nightly = ["near-paperclip-macros/nightly"] v2 = ["near-paperclip-macros/v2"]