# 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 = "fiber-rpc-gen" version = "0.1.4" description = "A simple tool to generate documentation for Fiber RPC services." readme = "README.md" license-file = "COPYING.md" [[bin]] name = "fiber-rpc-gen" path = "src/main.rs" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.libm] version = "=0.2.8" [dependencies.proc-macro2] version = "1.0" [dependencies.syn] version = "2.0.85" features = [ "extra-traits", "full", "parsing", "visit", ] [dependencies.tera] version = "1" [dependencies.walkdir] version = "2.1.4"