[package] name = "saphyr" version = "0.0.1" authors = [ "Yuheng Chen ", "Ethiraric ", "David Aguilar " ] documentation = "https://docs.rs/saphyr" keywords = [ "yaml", "parser" ] categories = [ "encoding", "parser-implementations" ] license = "MIT OR Apache-2.0" description = "A fully YAML 1.2 compliant YAML library" repository = "https://github.com/saphyr-rs/saphyr" readme = "README.md" edition = "2021" rust-version = "1.70.0" [features] default = [ "encoding" ] encoding = [ "dep:encoding_rs" ] [dependencies] arraydeque = "0.5.1" saphyr-parser = "0.0.1" encoding_rs = { version = "0.8.33", optional = true } hashlink = "0.8" [dev-dependencies] quickcheck = "1.0" [profile.release-lto] inherits = "release" lto = true