# 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] name = "stcat" version = "0.2.3" authors = ["Jorge Aparicio "] description = "Decode logs produced by the `stlog` framework" readme = "README.md" keywords = ["ELF", "symtab"] categories = ["command-line-utilities", "development-tools::debugging", "embedded"] license = "MIT OR Apache-2.0" repository = "https://github.com/japaric/stcat" [dependencies.clap] version = "2.32.0" [dependencies.failure] version = "0.1.2" [dependencies.slog] version = "2.3.3" features = ["max_level_trace", "release_max_level_trace"] [dependencies.slog-async] version = "2.3.0" [dependencies.slog-term] version = "2.4.0" [dependencies.sloggers] version = "0.2.8" [dependencies.xmas-elf] version = "0.6.2"