# 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 = "dblp_crawler" version = "0.1.2" description = "DBLP Crawler" readme = "README.md" license = "MIT" repository = "https://github.com/mbs0221/dblp_crawler" [package.metadata.deb] assets = [ [ "target/release/dblp_crawler", "usr/bin/", "755", ], [ "README.md", "usr/share/doc/dblp_crawler/README", "644", ], ] copyright = "2023, Benshan Mei " depends = "$auto" extended-description = "A simple subcommand for the Cargo package manager for building Debian packages from Rust projects." license-file = [ "LICENSE", "4", ] maintainer = "Benshan Mei " priority = "optional" section = "utility" [dependencies.cargo-deb] version = "1.44.0" [dependencies.clap] version = "2.33.0" [dependencies.reqwest] version = "0.11.5" features = [ "blocking", "json", "serde_json", "multipart", "brotli", "gzip", "rustls", "cookies", "deflate", "socks", "stream", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.structopt] version = "0.3.26" features = [ "color", "doc", "yaml", "suggestions", "wrap_help", ]