# 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 = "rsrpp" version = "1.0.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust project for research paper pdf." readme = "README.md" license = "MIT" repository = "https://github.com/akitenkrad/rsrpp.git" [lib] name = "rsrpp" path = "src/lib.rs" [dependencies.anyhow] version = ">=1.0.93" [dependencies.chrono] version = ">=0.4.38" [dependencies.glob] version = ">=0.3.1" [dependencies.opencv] version = ">=0.93.3" [dependencies.quick-xml] version = ">=0.37.0" [dependencies.rand] version = ">=0.8.5" [dependencies.regex] version = ">=1.11.1" [dependencies.reqwest] version = ">=0.12.9" [dependencies.sci-rs] version = ">=0.3.16" [dependencies.scraper] version = ">=0.21.0" [dependencies.serde] version = ">=1.0.214" features = ["derive"] [dependencies.serde_json] version = ">=1.0.132" [dependencies.tokio] version = ">=1.41.0" features = ["full"]