# 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 = "apollo-federation-types" version = "0.15.0" authors = ["Apollo Developers "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ apollo-federation-types contains types used by plugins for the Rover CLI """ readme = "README.md" license = "MIT" repository = "https://github.com/apollographql/federation-rs/" [lib] name = "apollo_federation_types" path = "src/lib.rs" [dependencies.log] version = "0.4" optional = true [dependencies.schemars] version = "0.8.21" features = ["url"] optional = true [dependencies.semver] version = "1" features = ["serde"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" optional = true [dependencies.serde_with] version = "3" features = ["macros"] optional = true default-features = false [dependencies.serde_yaml] version = "0.8" optional = true [dependencies.thiserror] version = "1" optional = true [dependencies.url] version = "2" features = ["serde"] optional = true [dev-dependencies.assert_fs] version = "1" [dev-dependencies.rstest] version = "0.21.0" [dev-dependencies.serde_json] version = "1" [dev-dependencies.serde_yaml] version = "0.8" [features] build = ["serde_json"] build_plugin = ["serde_json"] config = [ "log", "thiserror", "serde_yaml", "url", "serde_with", ] default = [ "config", "build", "build_plugin", ] json_schema = ["schemars"]