# 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 = "pixy-core" version = "0.2.2" authors = ["Natalia Maximo "] description = "A core library for Pixy, implementing the SensorGateway and its Handlers" readme = "README.md" license = "MIT" repository = "https://github.com/cryptaliagy/pixy" [dependencies.async-trait] version = "0.1.80" [dependencies.jsonschema] version = "0.17.1" features = ["resolve-file"] default-features = false [dependencies.minijinja] version = "2.0.1" features = ["macros"] default-features = false [dependencies.reqwest] version = "0.12.4" default-features = false [dependencies.reqwest-middleware] version = "0.3.0" features = ["json"] [dependencies.reqwest-retry] version = "0.5.0" [dependencies.serde] version = "1.0.199" features = ["derive"] [dependencies.serde_json] version = "1.0.116" [dependencies.serde_yaml] version = "0.9.34" [dependencies.tokio] version = "1.37.0" [dependencies.tracing] version = "0.1.40" features = [ "log", "async-await", ] [dev-dependencies.httpmock] version = "0.7.0" [dev-dependencies.openssl] version = "0.10" features = ["vendored"] [features] default = ["rustls-tls"] native-tls = ["reqwest/native-tls"] rustls-tls = ["reqwest/rustls-tls"]