# 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 = "tsu" version = "1.0.1" authors = ["Andrew Ryan "] description = "Toml encoding and decoding utilities,parse to toml,convert-json-to-toml,convert-toml-to-json,convert toml to yaml,convert-yaml-to-toml" documentation = "https://docs.rs/tsu/" readme = "README.md" keywords = [ "toml", "yaml", "json", "convert-json-to-toml", "convert-toml-to-json", ] categories = [ "encoding", "config", "parser-implementations", "parsing", ] license = "MIT" repository = "https://gitlab.com/andrew_ryan/tsu_lib" resolver = "2" [dependencies.serde] version = "1.0.137" [dependencies.serde-transcode] version = "1.1.0" [dependencies.serde_derive] version = "1.0.137" [dependencies.serde_json] version = "1.0.81" [dependencies.serde_yaml] version = "0.9.10" [dependencies.toml] version = "0.5.9"