# 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 = "cuda_parsers" version = "0.1.0" authors = ["Vivek Panyam "] exclude = ["test_data/"] description = "Parsers for CUDA binary files." readme = "README.md" keywords = [ "cuda", "parser", "cubin", "fatbin", "gpu", ] categories = [ "encoding", "parser-implementations", "parsing", ] license = "Apache-2.0" repository = "https://github.com/VivekPanyam/cudaparsers" [dependencies.deku] version = "0.15" [dependencies.goblin] version = "0.5" [dependencies.log] version = "0.4" features = ["release_max_level_info"] [dependencies.lz4] version = "1.24.0" [dependencies.pretty_assertions] version = "1.3.0" [dependencies.tracing] version = "0.1" [dev-dependencies.async-compression] version = "0.4.5" features = [ "tokio", "zstd", ] [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.futures] version = "0.3.30" [dev-dependencies.tokio] version = "1.35.1" features = ["full"]