# 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.56" name = "serialize-to-javascript" version = "0.1.2" authors = ["Chip Reed "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Serialize a serde::Serialize item to a JavaScript literal template using serde_json" documentation = "https://docs.rs/serialize-to-javascript" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/chippers/serialize-to-javascript" [lib] name = "serialize_to_javascript" path = "src/lib.rs" [[test]] name = "mixed" path = "tests/mixed.rs" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" features = ["raw_value"] [dependencies.serialize-to-javascript-impl] version = "=0.1.2"