redox-kprofiling 0.2.1

Conversion tool from Redox kernel profiling data into perf script.
# 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 = "redox-kprofiling"
version = "0.2.1"
authors = ["4lDO2 <4lDO2@protonmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Conversion tool from Redox kernel profiling data into perf script."
readme = "README.md"
keywords = [
    "redox",
    "kernel",
    "profiling",
    "perf",
]
categories = [
    "development-tools::profiling",
    "command-line-utilities",
]
license = "MIT"
repository = "https://gitlab.redox-os.org/redox-os/kprofiling"

[[bin]]
name = "redox-kprofiling"
path = "src/main.rs"

[[bin]]
name = "redox_size_prof"
path = "src/bin/redox_size_prof.rs"

[dependencies.anyhow]
version = "1"

[dependencies.proc-macro2]
version = "1.0.107"

[dependencies.syn]
version = "3.0.3"
features = ["extra-traits"]