# 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 = "sahih" version = "0.1.0" authors = ["Ginkoe "] exclude = ["assets/*", "tests/*", "scripts/*"] description = "Toolings for making Fullstack easier" homepage = "https://sahih.ginkoe.me" documentation = "https://sahih.ginkoe.me/readme" readme = "README.md" license = "MIT" repository = "https://ginkoe.com/ginkoe/sahih" resolver = "2" [dependencies.clap] version = "3.0.0-rc.7" [dependencies.indexmap] version = "1.7.0" [dependencies.log] version = "0.4.14" [dependencies.openapiv3] version = "0.5.0" [dependencies.pretty_env_logger] version = "0.4" [dependencies.serde] version = "1.0.132" [dependencies.serde_derive] version = "1.0.132" [dependencies.serde_json] version = "1.0" [dependencies.termcolor] version = "1.1.2"