# 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.62" name = "cyrly" version = "0.1.0" authors = ["Julius Michaelis "] description = "A serde-based YAML serializer for Rust with an unusual output style" readme = "README.md" keywords = [ "yaml", "serde", "serialization", ] categories = [ "encoding", "parser-implementations", ] license = "MIT" repository = "https://github.com/jcaesar/cyrly" [lib] path = "lib.rs" [dependencies.ryu] version = "1.0.13" [dependencies.serde] version = "1.0.159" default-features = false [dependencies.urlencoding] version = "2.1.2" [dev-dependencies.serde] version = "1.0.159" features = ["derive"] [dev-dependencies.serde_yaml] version = "0.9.19" [features] default = ["std"] std = ["serde/std"]