# 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 = "sherlog" version = "0.8.0" authors = ["Benjamin Richner"] description = "Log viewer and analysis tool" keywords = ["visualization", "log", "analyzer", "debug-tool"] categories = ["visualization", "parser-implementations"] license = "GPL-3.0-only" repository = "https://github.com/BenjaminRi/Sherlog/" [package.metadata.winres] LegalCopyright = "Copyright © 2020 Benjamin Richner" OriginalFilename = "sherlog.exe" ProductName = "Sherlog" [dependencies.cairo-rs] version = "0.9.1" [dependencies.chrono] version = "0.4.15" [dependencies.gdk] version = "0.13.2" [dependencies.gio] version = "0.9.1" [dependencies.glib] version = "0.10.3" [dependencies.gobject-sys] version = "0.10.0" [dependencies.gtk] version = "0.9.2" [dependencies.gtk-sys] version = "0.10.0" [dependencies.log] version = "0.4.11" [dependencies.regex] version = "1.3.9" [dependencies.zip] version = "0.5.9" features = ["deflate"] default-features = false [target."cfg(windows)".build-dependencies.winres] version = "0.1"