# 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 = "tlparse" version = "0.3.29" authors = ["Edward Z. Yang "] description = "Parse TORCH_LOG logs produced by PyTorch torch.compile" readme = "README.md" license = "BSD-3-Clause" [lib] name = "tlparse" [[bin]] name = "tlparse" path = "src/cli.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.base16ct] version = "0.2.0" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.5.2" features = ["derive"] [dependencies.fxhash] version = "0.2.1" [dependencies.html-escape] version = "0.2.5" [dependencies.indexmap] version = "2.1.0" [dependencies.indicatif] version = "0.17.6" [dependencies.md-5] version = "0.10" [dependencies.once_cell] version = "1.12" [dependencies.opener] version = "0.6.1" [dependencies.regex] version = "1.9.2" [dependencies.serde] version = "1.0.185" features = ["serde_derive"] [dependencies.serde_json] version = "1.0.100" [dependencies.syntect] version = "5.0" [dependencies.tinytemplate] version = "1.1.0"