# 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 = "wyre" version = "0.2.16" authors = ["aghil mohan "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "wyre serialization and deserialization library" readme = "README.md" license = "MIT" repository = "https://github.com/u-tra/wyre" [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" [lib] name = "wyre" path = "src/lib.rs" [[bin]] name = "wyre" path = "src/main.rs" [dependencies.bytes] version = "1.6.0" [dependencies.chrono] version = "0.4.38" [dependencies.mimalloc] version = "0.1.42" [dependencies.pest] version = "2.7.13" [dependencies.pest_derive] version = "2.7.13" [dependencies.tera] version = "1.20.0" [dependencies.wyre-derive] version = "0.2.16"