# 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 = "drcode-rust" version = "1.1.0" authors = ["Ashutosh Renu "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A drcode-rust is a Rust package that facilitates error tracking and performance monitoring for your applications. Utilizing the sentry package internally, drcode-rust collects and processes application logs to provide detailed insights into errors and performance issues. With this package, you can easily integrate error tracking into your Rust applications, helping you to maintain optimal performance and quickly address issues." readme = "README" license = "MIT" [lib] name = "drcode_rust" path = "src/lib.rs" [dependencies.sentry] version = "0.31.0" features = ["tokio"] [dependencies.tokio] version = "1.28.0" features = ["full"]