# 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 = "nbcat" version = "0.2.7" authors = ["moisutsu "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A command-line tool that displays .ipynb file like `cat` command" readme = "README.md" keywords = ["cli"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/moisutsu/nbcat" [profile.dist] lto = "thin" inherits = "release" [lib] name = "nbcat" path = "src/lib.rs" [[bin]] name = "nbcat" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.base64] version = "0.13.1" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.image] version = "0.23.14" [dependencies.serde] version = "1.0.209" features = ["derive"] [dependencies.serde_json] version = "1.0.127" [dependencies.term_size] version = "0.3.2" [dependencies.viuer] version = "0.4.0"