singe-ptx 0.1.0-alpha.7

CUDA PTX parser, AST, and instruction metadata utilities.
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 = "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"