# 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 = "warpgate_api" version = "0.10.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "APIs for working with Warpgate plugins." homepage = "https://moonrepo.dev/proto" readme = "README.md" license = "MIT" repository = "https://github.com/moonrepo/proto" [lib] name = "warpgate_api" path = "src/lib.rs" [[test]] name = "locator_test" path = "tests/locator_test.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.rustc-hash] version = "2.0.0" [dependencies.schematic] version = "0.17.5" features = [ "schema", "json", ] optional = true default-features = false [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.system_env] version = "0.6.1" [dependencies.thiserror] version = "1.0.64" [features] default = [] schematic = [ "dep:schematic", "system_env/schematic", ]