# 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 = "cargo-cite" version = "0.1.0" authors = ["Easton Potokar"] build = false exclude = ["assets/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "Add bib citations to Rust docs" readme = "README.md" keywords = [ "cargo-subcommand", "biblatex", "cite", "documentation", ] categories = [ "development-tools::cargo-plugins", "command-line-utilities", "parsing", ] license = "MIT" repository = "https://github.com/contagon/cargo-cite" [lib] name = "cargo_cite" path = "src/lib.rs" [[bin]] name = "cargo-cite" path = "src/bin/cargo-cite.rs" [[test]] name = "test_parse" path = "tests/test_parse.rs" [dependencies.cargo-files-core] version = "0.2.1" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.glob] version = "0.3.1" [dependencies.hayagriva] version = "0.5.3" [dependencies.lazy_static] version = "1.5.0" [dependencies.log] version = "0.4.22" [dependencies.regex] version = "1.10.6" [dependencies.stderrlog] version = "0.6.0" [dependencies.thiserror] version = "1.0.63"