[package]
edition = "2024"
name = "singe-ptx"
version = "0.1.0-alpha.7"
build = false
include = [
"**/*.rs",
"Cargo.toml",
"dist",
"README.md",
"LICENSE*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CUDA PTX parser, AST, and instruction metadata utilities."
readme = "README.md"
keywords = [
"cuda",
"nvidia",
"ptx",
"parser",
]
license-file = "LICENSE"
repository = "https://github.com/tinrab/singe"
[features]
default = ["ptx_9_1"]
ptx_9_1 = []
[lib]
name = "singe_ptx"
path = "src/lib.rs"
[dependencies.nom]
version = "8.0.0"
[dependencies.thiserror]
version = "2.0.18"