# 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 = "typed-format-version" version = "0.2.1" authors = ["Peter Pentchev "] description = "Load format.version.{major,minor} from a structured file." readme = "README.md" keywords = [ "format", "version", "deserialize", ] categories = [ "config", "parser-implementations", ] license = "BSD-2-Clause" repository = "https://gitlab.com/ppentchev/typed-format-version.git" [lib] path = "rust/lib.rs" [dependencies.anyhow] version = "1.0.65" [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "1.0.37" [dev-dependencies.serde_json] version = "1" [dev-dependencies.serde_yaml] version = "0.8" [dev-dependencies.toml] version = "0.5.9" [dev-dependencies.tracing] version = "0.1.36" [dev-dependencies.tracing-test] version = "0.2.3"