# 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.60" name = "serde-generate" version = "0.26.0" authors = ["Mathieu Baudet "] exclude = ["README.tpl"] autotests = false description = "Library to generate (de)serialization code in multiple languages" documentation = "https://docs.rs/serde-generate" readme = "README.md" keywords = [ "data-structures", "serialization", "serde", ] categories = [ "encoding", "development-tools", ] license = "MIT OR Apache-2.0" repository = "https://github.com/zefchain/serde-reflection" [[test]] name = "integration_tests" path = "tests/lib.rs" harness = true [dependencies.heck] version = "0.3.2" [dependencies.include_dir] version = "0.6.0" optional = true [dependencies.phf] version = "0.10" features = ["macros"] optional = true [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.serde-reflection] version = "0.4.0" [dependencies.textwrap] version = "0.13.4" [dev-dependencies.bcs] version = "0.1.3" [dev-dependencies.bincode] version = "1.3.3" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.maplit] version = "1.0.2" [dev-dependencies.regex] version = "1.5.5" [dev-dependencies.serde_bytes] version = "0.11.5" [dev-dependencies.serde_yaml] version = "0.8.17" [dev-dependencies.tempfile] version = "3.2.0" [dev-dependencies.which] version = "4.1.0" [features] cpp = [] csharp = ["include_dir"] dart = ["include_dir"] default = [ "cpp", "csharp", "dart", "golang", "java", "ocaml", "python3", "rust", "swift", "typescript", ] golang = [] java = ["include_dir"] ocaml = [ "phf", "include_dir", ] python3 = [] rust = [] swift = ["include_dir"] typescript = ["include_dir"]