# 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 = "retrofit" version = "0.4.0" description = "Automatically generate REST APIs for functions" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/Sidekick-AI/retrofit/" [dependencies.retrofit_codegen] version = "0.4.0" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.axum] version = "0.6" features = ["headers"] [dev-dependencies.http] version = "0.2" [dev-dependencies.reqwasm] version = "0.4" [dev-dependencies.reqwest] version = "0.11" features = ["json"] [dev-dependencies.serial_test] version = "0.5" [dev-dependencies.tokio] version = "1" features = ["full"] [features] client = [] default = [ "client", "server", ] server = []