# 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-common" version = "0.4.9" authors = ["Jan Starke "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "common types used by flow-record and flow-record-derive" documentation = "https://docs.rs/flow-record" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/janstarke/flow-record" [lib] name = "flow_record_common" path = "src/lib.rs" [dependencies.binrw] version = "0.14" [dependencies.chrono] version = "0.4" [dependencies.getset] version = "0.1.3" [dependencies.proc-macro2] version = "1.0.86" [dependencies.quote] version = "1.0.37" [dependencies.rmpv] version = "1.3.0" [dependencies.strum] version = "0.26.3" features = ["derive"] [dependencies.thiserror] version = "1.0.63"