# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "gtsa" version = "0.5.2" authors = ["Mnwa "] description = "Simple proxy gelf messages to the Sentry." homepage = "https://mnwa.github.io/gtsa/" documentation = "https://mnwa.github.io/gtsa/" readme = "Readme.md" keywords = ["proxy", "sentry", "graylog", "gelf"] categories = ["development-tools"] license = "MIT" repository = "https://github.com/Mnwa/gtsa" [profile.dev] opt-level = 0 [profile.release] opt-level = 3 lto = true codegen-units = 1 [dependencies.actix] version = "0.9" [dependencies.actix-rt] version = "1.0" [dependencies.flate2] version = "1.0" [dependencies.futures] version = "0.3" [dependencies.reqwest] version = "0.10" features = ["json"] [dependencies.scan_fmt] version = "0.2" [dependencies.serde] version = "1.0" features = ["alloc", "derive"] default-features = false [dependencies.serde_json] version = "1.0" features = ["alloc"] default-features = false [dependencies.tokio] version = "0.2" features = ["net"] [dependencies.uuid] version = "0.8" features = ["serde", "v4"]