# 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 = "saphir-cli" version = "0.5.1" authors = ["Samuel Bergeron-Drouin "] description = "CLI utility for the Saphir web framework" homepage = "https://github.com/richerarc/saphir" documentation = "https://docs.rs/saphir" readme = "README.md" keywords = [ "hyper", "http", "server", "web", "async", ] license = "MIT" repository = "https://github.com/richerarc/saphir" resolver = "2" [[bin]] name = "saphir" path = "src/main.rs" [dependencies.cargo_metadata] version = "0.15" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.convert_case] version = "0.6" [dependencies.http] version = "0.2" [dependencies.lazycell] version = "1.2" [dependencies.once_cell] version = "1.4" [dependencies.regex] version = "1.5.5" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_yaml] version = "0.9" [dependencies.syn] version = "1.0" features = [ "full", "extra-traits", ] [dependencies.toml] version = "0.5"