# 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 = "se_dump" version = "0.1.0" authors = ["Reinis Mazeiks"] description = "Some structs to facilitate parsing of StackExchange dumps into easy-to-use values" readme = "Readme.md" keywords = [ "parse", "stack-exchange", "dataset", ] categories = [ "parser-implementations", "encoding", "data-structures", ] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/reinis-mazeiks/se_dump" [dependencies.chrono] version = "0.4.23" features = ["serde"] [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_repr] version = "0.1.10" [dev-dependencies.quick-xml] version = "0.27.0" features = ["serialize"]