# 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 = "defmt-decoder" version = "0.3.11" authors = ["The Knurling-rs developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Decodes defmt log frames" readme = "README.md" keywords = [ "knurling", "defmt", ] license = "MIT OR Apache-2.0" repository = "https://github.com/knurling-rs/defmt" [package.metadata.docs.rs] features = ["unstable"] rustdoc-args = ["--cfg=docsrs"] [lib] name = "defmt_decoder" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.65" [dependencies.byteorder] version = "1" [dependencies.colored] version = "2" [dependencies.defmt-json-schema] version = "0.1" [dependencies.defmt-parser] version = "=0.3.4" features = ["unstable"] [dependencies.dissimilar] version = "1" [dependencies.gimli] version = "0.29" features = [ "read", "std", ] default-features = false [dependencies.log] version = "0.4" features = ["std"] [dependencies.nom] version = "7" [dependencies.object] version = "0.35" features = [ "read_core", "elf", "std", ] default-features = false [dependencies.ryu] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" features = ["arbitrary_precision"] [dependencies.time] version = "0.3" features = [ "alloc", "formatting", "large-dates", "macros", ] default-features = false [features] unstable = []