# 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 = "strace-parse" version = "0.4.0" authors = ["Robert Collins "] description = "Parser and utilities for strace files" homepage = "https://github.com/rbtcollins/strace-parse.rs" readme = "README.md" keywords = ["strace", "parser", "analyser", "nom"] categories = ["command-line-utilities", "development-tools::debugging", "development-tools::profiling", "parser-implementations"] license = "Apache-2.0" repository = "http://github.com/rbtcollins/strace-parse.rs" [dependencies.error-chain] version = "0" [dependencies.nom] version = "5.0.0-beta2" [dependencies.threadpool] version = "1" [badges.maintenance] status = "actively-developed"