padlock-cli 0.5.4

Struct memory layout analyzer for C, C++, Rust, and Go
# 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 = "2024"
name = "padlock-cli"
version = "0.5.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Struct memory layout analyzer for C, C++, Rust, and Go"
readme = "README.md"
keywords = [
    "performance",
    "memory",
    "layout",
    "analysis",
    "cache",
]
categories = [
    "development-tools",
    "development-tools::profiling",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/gidotencate/padlock"
resolver = "2"

[[bin]]
name = "cargo-padlock"
path = "src/bin/cargo_padlock.rs"

[[bin]]
name = "padlock"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.comfy-table]
version = "7"

[dependencies.notify]
version = "6"
features = ["macos_fsevent"]

[dependencies.owo-colors]
version = "4"

[dependencies.padlock-core]
version = "0.5.4"

[dependencies.padlock-dwarf]
version = "0.5.4"

[dependencies.padlock-output]
version = "0.5.4"

[dependencies.padlock-source]
version = "0.5.4"

[dependencies.regex]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.toml]
version = "1"

[dev-dependencies.tempfile]
version = "3"