# 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 = "move-readme-generator" version = "0.1.1" authors = ["Ian Macalinao "] description = "Library for generating a readme from a Move package." homepage = "https://moving.wtf" readme = "README.md" keywords = ["readme"] license = "Apache-2.0" repository = "https://github.com/movingco/move-readme" [dependencies.anyhow] version = "1" [dependencies.module-id] version = "0.2.0" [dependencies.move-core-types] version = "0.3.1" package = "mv-core-types" [dependencies.move-idl] version = "0.4.2" [dependencies.rustdoc-to-markdown] version = "0.1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tera] version = "1" default-features = false [dependencies.toml] version = "0.5.0" [features] address20 = [ "move-idl/address20", "move-core-types/address20", ] address32 = [ "move-idl/address32", "move-core-types/address32", ] default = []