# 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-cli" version = "1.0.3" authors = ["akitenkrad"] 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" [package.metadata.release] tag = false [[bin]] name = "rsrpp" path = "src/main.rs" [dependencies.clap] version = "4.5.21" features = ["derive"] [dependencies.rsrpp] version = "1.0.2" [dependencies.serde_json] version = "1.0.132" [dependencies.tokio] version = "1.41.0" features = ["full"]