wesley-core 0.0.4

Wesley Rust Core - Deterministic compiler kernel
Documentation
# 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 = "wesley-core"
version = "0.0.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wesley Rust Core - Deterministic compiler kernel"
homepage = "https://github.com/flyingrobots/wesley#readme"
documentation = "https://docs.rs/wesley-core"
readme = "README.md"
keywords = [
    "graphql",
    "compiler",
    "schema",
    "ir",
]
categories = [
    "compilers",
    "parser-implementations",
]
license = "Apache-2.0"
repository = "https://github.com/flyingrobots/wesley"

[lib]
name = "wesley_core"
path = "src/lib.rs"

[[test]]
name = "lowering_validation"
path = "tests/lowering_validation.rs"

[[test]]
name = "operation_analysis"
path = "tests/operation_analysis.rs"

[[test]]
name = "runtime_optic_artifact"
path = "tests/runtime_optic_artifact.rs"

[[test]]
name = "schema_delta"
path = "tests/schema_delta.rs"

[dependencies.apollo-parser]
version = "0.8"

[dependencies.async-trait]
version = "0.1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.hex]
version = "0.4"

[dependencies.indexmap]
version = "2.0"
features = ["serde"]

[dependencies.ninelives]
version = "0.2"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"
features = ["preserve_order"]

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tower]
version = "0.4"
features = ["util"]

[dev-dependencies.pretty_assertions]
version = "1.4"

[dev-dependencies.tokio]
version = "1"
features = ["full"]