# 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 = "gdnative-doc" version = "0.0.6" authors = ["Arnaud Golfouse "] description = "Documentation tool for gdnative" readme = "README.md" license = "MIT" repository = "https://github.com/arnaudgolfouse/gdnative-doc-rs/" resolver = "2" [profile.release] lto = true [dependencies.cargo_metadata] version = "0.15.0" [dependencies.log] version = "0.4.17" features = ["std"] [dependencies.pulldown-cmark] version = "0.9.2" default-features = false [dependencies.serde] version = "1.0.145" features = ["derive"] default-features = false [dependencies.simplelog] version = "0.12.0" optional = true [dependencies.syn] version = "1.0.102" features = [ "parsing", "full", "visit", "clone-impls", ] default-features = false [dependencies.thiserror] version = "1.0.37" [dependencies.toml] version = "0.5.9" [dev-dependencies.gdnative] version = "0.11.0" [dev-dependencies.insta] version = "1.21.0" [features] default = ["simplelog"]