# 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 = "serde-lwjson" version = "0.2.1" build = "build.rs" description = "Serde serialization and deserialization for lwjson files" homepage = "https://www.lacework.com/" documentation = "https://docs.rs/crate/serde-lwjson" readme = "README.md" keywords = [ "lwjson", "serde", "serialization", ] license = "MIT" repository = "https://github.com/lacework-dev/serde-lwjson" [dependencies.serde] version = "1.0.152" [dependencies.serde_json] version = "1.0.93" [build-dependencies.anyhow] version = "1.0.69" [build-dependencies.prettyplease] version = "0.1.23" [build-dependencies.proc-macro2] version = "1.0.51" [build-dependencies.schemafy_lib] version = "0.6.0" [build-dependencies.serde_json] version = "1.0.93" [build-dependencies.syn] version = "1.0.107" features = ["full"]