# 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 = "openapi_lib_generator" version = "0.2.312" authors = ["Plastic Arts Show "] description = "Rust openapi lib generator" documentation = "https://docs.rs/openapi_lib_generator" readme = "README.md" keywords = [ "OpenAPI", "generator", "library", ] categories = [ "command-line-utilities", "development-tools", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/plasticartsshow/openapi_lib_generator" [lib] path = "src/lib.rs" [[bin]] name = "olg" path = "src/main.rs" [dependencies.cargo-make] version = "0.36.6" [dependencies.cargo_toml] version = "0.15.2" [dependencies.chrono] version = "0.4.24" features = ["serde"] [dependencies.clap] version = "4.1.11" features = [ "derive", "unstable-doc", ] [dependencies.fs-err] version = "2.9.0" features = ["tokio"] [dependencies.futures] version = "0.3.27" [dependencies.once_cell] version = "1.17.1" [dependencies.paste] version = "1.0.12" [dependencies.proc-macro2] version = "1.0.56" [dependencies.quote] version = "1.0.26" [dependencies.serde] version = "1.0.158" features = ["derive"] [dependencies.serde_yaml] version = "0.9.19" [dependencies.strum] version = "0.24.1" features = ["derive"] [dependencies.syn] version = "2.0.13" [dependencies.thiserror] version = "1.0.40" [dependencies.tokio] version = "1.26.0" features = ["full"] [dependencies.toml] version = "0.7.3" [dependencies.url] version = "2.3.1" features = ["serde"]