# 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 = "retool" version = "0.3.0-dev+races.3" description = "Convert 5e.tools data for use with Reroll" readme = "README.md" keywords = [ "5etools", "reroll", "dnd", ] categories = [ "command-line-utilities", "encoding", ] license = "MIT" repository = "https://github.com/eth0net/retool-rs" [dependencies.anyhow] version = "1.0.65" [dependencies.clap] version = "3.2.20" features = ["derive"] [dependencies.comfy-table] version = "6.1.3" [dependencies.json] version = "0.12.4" [dependencies.lazy_static] version = "1.4.0" [dependencies.ordinal] version = "0.3.2" [dependencies.regex] version = "1.7.0" [dependencies.test-case] version = "3.1.0" [dev-dependencies.assert_fs] version = "1.0.7"