# 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 = "dagtoc" version = "5.0.1" authors = ["Collide "] build = false include = [ "src/**/*", "Cargo.toml", "Cargo.lock", "LICENSE*", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A CLI tool for operating pdf contents" documentation = "https://github.com/TD-Sky/dagtoc" readme = "README.md" keywords = ["pdf"] categories = ["command-line-utilities"] license = "GPL-3.0" repository = "https://github.com/TD-Sky/dagtoc" [profile.release] lto = true [[bin]] name = "dagtoc" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.kdl] version = "4.6" [dependencies.mupdf] version = "0.4" [build-dependencies.clap] version = "4.5" features = ["derive"] [build-dependencies.clap_complete] version = "4.5" [build-dependencies.clap_complete_nushell] version = "4.5"