# 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" rust-version = "1.65" name = "serde_magnus" version = "0.8.1" authors = [ "Joe Wilm ", "George Claghorn ", ] exclude = [ ".gitignore", ".github", ] description = "Serde integration for Magnus" homepage = "https://github.com/OneSignal/serde-magnus" documentation = "https://docs.rs/serde_magnus" readme = "README.md" keywords = [ "serde", "magnus", "ruby", ] categories = ["development-tools::ffi"] license = "MIT" repository = "https://github.com/OneSignal/serde-magnus" [dependencies.magnus] version = "0.6.2" [dependencies.serde] version = "1.0" [dependencies.tap] version = "1.0" [dev-dependencies.magnus] version = "0.6.2" features = ["embed"] [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_bytes] version = "0.11"