[package] name = "inkanim" version = "0.4.0" edition = "2021" authors = ["Roms1383"] license = "MIT OR Apache-2.0" keywords = ["cli", "utils", "wolvenkit", "inkanim", "inkwidget"] description = "CLI tool to quickly extract infos from JSON exports of .inkwidget and .inkanim" categories = ["command-line-utilities"] repository = "https://github.com/cyb3rpsych0s1s/inkanim" exclude = [".vscode/*", ".idea/*", "screenshots/*", "*.json", ".github/*"] [[bin]] name = "inkanim" path = "src/main.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] enum_dispatch = "0.3.12" serde = { version = "1.0.197", features = ["derive"] } serde-aux = "4.5.0" serde_json = "1.0.114" chrono = { version = "0.4.35", default-features = false, features = [ "clock", "std", "serde", ] } clap = { version = "4.5.3", features = ["derive"] } term-table = "1.3.2"