# 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" rust-version = "1.70.0" name = "xt" version = "0.19.2" authors = ["Alex Hamlin "] build = false exclude = ["benches/**"] autobins = false autoexamples = false autotests = false autobenches = false description = "Translate between serialized data formats" readme = "README.md" keywords = ["cli"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/ahamlinman/xt" [profile.dev] panic = "abort" [profile.release] panic = "abort" [profile.release-opt] lto = true codegen-units = 1 inherits = "release" [lib] name = "xt" path = "src/lib.rs" [[bin]] name = "xt" path = "src/main.rs" [[test]] name = "integration_tests" path = "tests/integration_tests.rs" [dependencies.lexopt] version = "0.3.0" [dependencies.memmap2] version = "0.9.0" [dependencies.rmp] version = "0.8.11" [dependencies.rmp-serde] version = "1.1.1" [dependencies.serde] version = "1.0.158" [dependencies.serde_json] version = "1.0.94" [dependencies.serde_yaml] version = "0.9.34" [dependencies.toml] version = "0.8.8" features = ["preserve_order"] [dependencies.unsafe-libyaml] version = "0.2.11" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.hex-literal] version = "0.4.1" [dev-dependencies.rstest] version = "0.18.1" default-features = false [dev-dependencies.similar-asserts] version = "1.4.2" [target."cfg(unix)".dependencies.libc] version = "0.2.140"