syncular-codegen 0.1.0

Schema introspection and Rust code generator for Syncular app clients.
# 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 = "syncular-codegen"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Schema introspection and Rust code generator for Syncular app clients."
homepage = "https://syncular.dev"
readme = "README.md"
keywords = [
    "syncular",
    "codegen",
    "sqlite",
    "diesel",
]
categories = ["development-tools"]
license = "Apache-2.0"
repository = "https://github.com/syncular/syncular"

[[bin]]
name = "syncular-codegen"
path = "src/main.rs"

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.diesel]
version = "2.2"
features = [
    "sqlite",
    "returning_clauses_for_sqlite_3_35",
]

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

[dependencies.serde_json]
version = "1.0"