# 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 = "teo-result" version = "0.3.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Result library for Teo." homepage = "https://teodev.io" documentation = "https://docs.teodev.io" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/teodevgroup/teo-result" [lib] name = "teo_result" path = "src/lib.rs" [dependencies.indexmap] version = "2.6.0" [dependencies.multer] version = "3.1.0" optional = true [dependencies.napi] version = "2.16.13" features = [ "napi5", "async", "chrono_date", "compat-mode", ] optional = true default-features = false [dependencies.pyo3] version = "0.22.5" features = [ "extension-module", "chrono", "indexmap", ] optional = true [dependencies.reqwest] version = "0.12.8" optional = true [dependencies.serde] version = "1.0.213" features = ["derive"] [dependencies.serde_json] version = "1.0.132" features = ["indexmap"]