# 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 = "zenn2press" version = "0.1.0" authors = ["ryohidaka <39184410+ryohidaka@users.noreply.github.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library to convert Zenn contents to VitePress" readme = "README.md" keywords = [ "zenn", "VitePress", "markdown", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/ryohidaka/zenn2press-rs" [lib] name = "zenn2press" path = "src/lib.rs" [[bin]] name = "zenn2press" path = "src/main.rs" [dependencies.clap] version = "4.5.11" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.figlet-rs] version = "0.1.5" [dependencies.futures] version = "0.3.30" [dependencies.indicatif] version = "0.17.8" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_yaml] version = "0.9.34" [dependencies.tempfile] version = "3.10.1" [dependencies.tokio] version = "1.39.2" features = ["full"]