# 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 = "android_trace_log" version = "0.3.0" authors = ["chayleaf "] description = "A crate for handling Android trace logs created with Debug.startMethodTracing" readme = "README.md" keywords = [ "android", "trace", "parser", ] categories = ["parser-implementations"] license = "0BSD OR MIT OR Apache-2.0" repository = "https://github.com/chayleaf/android_trace_log/" [package.metadata.docs.rs] all-features = true [dependencies.chrono] version = "0.4" features = [ "clock", "serde", ] default-features = false [dependencies.log] version = "0.4" [dependencies.nom] version = "7" features = [ "alloc", "std", ] default-features = false [dependencies.serde_crate] version = "1.0" features = ["derive"] optional = true package = "serde" [features] serde = [ "chrono/serde", "serde_crate", ]