# 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 = "polyglot_rs" version = "2.0.2" build = false exclude = [ "**/*.go", "**/*.templ", "go.mod", "go.sum", "*/**.md", "*/**.json", "*/**.ts", "node_modules", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A high-performance serialization framework used for encoding and decoding arbitrary datastructures across languages." readme = "README.md" keywords = [ "polyglot", "serialization", "deserialization", "encoding", "decoding", ] license = "Apache-2.0" repository = "https://github.com/loopholelabs/polyglot" [profile.release] opt-level = 3 lto = true codegen-units = 1 [lib] name = "polyglot_rs" path = "lib.rs" [dependencies.byteorder] version = "1" [dev-dependencies.base64] version = "0.22.1" [dev-dependencies.num_enum] version = "0.7.0" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.107"