[dependencies.nom]
default-features = false
version = "7.1.3"
[features]
default = ["std"]
std = ["nom/std"]
[package]
authors = ["Alex Riasanovsky"]
description = "parser for ptx files"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "ptx-parser"
readme = "README.md"
repository = "https://github.com/ariasanovsky/ptx-parser"
version = "0.1.5"