# 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 = "defmt-elf2table" version = "0.1.0" authors = ["The Knurling-rs developers"] description = "Reads ELF metadata and builds a defmt interner table" 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"] [dependencies.anyhow] version = "1.0.32" [dependencies.defmt-decoder] version = "0.1.0" features = ["unstable"] [dependencies.gimli] version = "0.22.0" [dependencies.object] version = "0.21.0" features = ["read_core", "elf", "std"] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [features] unstable = []