# 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 = "sbe-schema" version = "0.1.0" authors = ["Rafal Piotrowski"] description = "sbe schema library" readme = "README.md" keywords = [ "sbe", "simple-binary", "aeron", "encoding", "serialization", ] categories = [ "parsing", "parser-implementations", "development-tools", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/rafalpiotrowski/sbe-schema" [dependencies.quick-xml] version = "0.36" features = ["serialize"] [dependencies.semver] version = "1.0.23" features = ["serde"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_with] version = "3.9" [dependencies.thiserror] version = "1.0" [dev-dependencies] [lints.rust] missing_docs = "deny" unused_crate_dependencies = "warn"