# 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 = "inkanim" version = "0.4.0" authors = ["Roms1383"] exclude = [ ".vscode/*", ".idea/*", "screenshots/*", "*.json", ".github/*", ] description = "CLI tool to quickly extract infos from JSON exports of .inkwidget and .inkanim" readme = "README.md" keywords = [ "cli", "utils", "wolvenkit", "inkanim", "inkwidget", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/cyb3rpsych0s1s/inkanim" [[bin]] name = "inkanim" path = "src/main.rs" [dependencies.chrono] version = "0.4.35" features = [ "clock", "std", "serde", ] default-features = false [dependencies.clap] version = "4.5.3" features = ["derive"] [dependencies.enum_dispatch] version = "0.3.12" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde-aux] version = "4.5.0" [dependencies.serde_json] version = "1.0.114" [dependencies.term-table] version = "1.3.2"