# 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 = "2018" name = "proteus" version = "0.5.0" authors = ["Dean Karn "] description = "Proteus is intended to make dynamic transformation of data using serde serializable, deserialize using JSON and a JSON transformation syntax similar to Javascript JSON syntax. It also supports registering custom Actions to be used in the syntax." readme = "README.md" keywords = ["json", "transform", "transformation"] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-playground/proteus" [lib] bench = false [[bench]] name = "bench" harness = false [dependencies.once_cell] version = "1.8.0" [dependencies.regex] version = "1.5.4" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_json] version = "1.0.68" [dependencies.thiserror] version = "1.0.30" [dependencies.typetag] version = "0.1.7" [dev-dependencies.criterion] version = "0.3.5" [badges.travis-ci] repository = "rust-playground/proteus"