openapi-sync 0.1.0

Rust implementation of a file synchronization tool for company SDK
Documentation
[dependencies.anyhow]
version = "1"

[dependencies.bytes]
version = "1"

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

[dependencies.dotenvy]
version = "0.15"

[dependencies.openapi-rs]
version = "0.1.3"

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

[dependencies.serde_json]
version = "1"

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

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Rust implementation of a file synchronization tool for company SDK"
edition = "2024"
license = "MIT OR Apache-2.0"
name = "openapi-sync"
readme = "README.md"
repository = "https://github.com/Linyuqiz/openapi-sync"
resolver = "2"
version = "0.1.0"