# 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 = "trax" version = "0.0.1" authors = ["Samir Djelal "] exclude = [ ".idea/*", ".github/*", ] description = "Application Monitoring and Error Tracking Software" documentation = "https://docs.rs/trax" readme = "README.md" keywords = [ "error", "tracking", "software", "application", "monitoring", ] categories = [ "development-tools", "asynchronous", "data-structures", ] license = "MIT" repository = "https://github.com/samirdjelal/trax" resolver = "2" [dependencies.anyhow] version = "1.0.57" [dependencies.dotenv] version = "0.15.0" [dependencies.threadpool] version = "1.8.1" [dev-dependencies]