# 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 = "flow-record" version = "0.4.9" authors = ["Jan Starke "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "library to create records to be used by the rdump cli utility" documentation = "https://docs.rs/flow-record" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/janstarke/flow-record" [lib] name = "flow_record" path = "src/lib.rs" [[example]] name = "bodyfile" path = "examples/bodyfile.rs" [dependencies.binrw] version = "0.14" [dependencies.bitflags] version = "2.6.0" [dependencies.bodyfile] version = "0.1" [dependencies.chrono] version = "0.4" [dependencies.flow-record-common] version = "0.4.9" [dependencies.flow-record-derive] version = "0.4.9" [dependencies.lazy-regex] version = "3.3.0" [dependencies.rmpv] version = "1.3.0" [dependencies.sha2] version = "0.10.8" [dependencies.strum] version = "0.26.3" features = ["derive"]