# 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 = "sparkles-parser" version = "0.0.4" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Parser for sparkles tracing library" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/skibon02/sparkles" [lib] name = "sparkles_parser" path = "src/lib.rs" [[bin]] name = "sparkles-parser-interactive" path = "src/bin/sparkles-parser-interactive.rs" [[bin]] name = "sparkles-parser-single-file" path = "src/bin/sparkles-parser-single-file.rs" [dependencies.bincode] version = "1.3.3" [dependencies.bytes] version = "1.7.2" [dependencies.chrono] version = "0.4.38" [dependencies.lazy_static] version = "1.5.0" [dependencies.log] version = "0.4.22" [dependencies.prost] version = "0.13.3" [dependencies.rand] version = "0.8.5" [dependencies.ringbuf] version = "0.4.4" [dependencies.simple_logger] version = "5.0.0" [dependencies.sparkles-core] version = "0.1.4" [dependencies.thiserror] version = "1.0.64" [build-dependencies.prost-build] version = "0.13.3"