aprender-explain 0.29.0

PTX/SIMD/wgpu visualization and tracing CLI for Trueno
Documentation
# 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 = "aprender-explain"
version = "0.29.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PTX/SIMD/wgpu visualization and tracing CLI for Trueno"
readme = "README.md"
keywords = [
    "ptx",
    "simd",
    "gpu",
    "analysis",
    "visualization",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/paiml/trueno"

[lib]
name = "trueno_explain"
path = "src/lib.rs"

[[bin]]
name = "aprender-explain"
path = "src/main.rs"

[[example]]
name = "analyze_realizar"
path = "examples/analyze_realizar.rs"

[[example]]
name = "deep_bug_hunt"
path = "examples/deep_bug_hunt.rs"

[[example]]
name = "ptx_inspector"
path = "examples/ptx_inspector.rs"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[[test]]
name = "ptx_bug_hunting"
path = "tests/ptx_bug_hunting/main.rs"

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

[dependencies.colored]
version = "2.0"

[dependencies.crossterm]
version = "0.28"

[dependencies.presentar-core]
version = "0.3"

[dependencies.presentar-terminal]
version = "0.3"

[dependencies.regex]
version = "1.10"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.trueno-gpu]
version = "0.29.0"
features = ["cuda"]
package = "aprender-gpu"

[dev-dependencies.pretty_assertions]
version = "1.4"

[dev-dependencies.proptest]
version = "1.4"

[lints.clippy]
expect_used = "allow"
panic = "allow"
uninlined_format_args = "allow"
unnecessary_unwrap = "allow"
unreachable = "allow"
unwrap_used = "allow"
useless_vec = "allow"

[lints.clippy.complexity]
level = "warn"
priority = -1

[lints.clippy.correctness]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.clippy.perf]
level = "warn"
priority = -1

[lints.clippy.style]
level = "warn"
priority = -1

[lints.clippy.suspicious]
level = "warn"
priority = -1

[lints.rust]
missing_docs = "warn"
rust_2018_idioms = "warn"
unsafe_op_in_unsafe_fn = "warn"