# 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" name = "sonic_serde_object" version = "0.2.6" description = "An enum that can contain different types of variables along with a lot of From implementations" homepage = "https://github.com/sonicrules1234/sonic_serde_object" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/sonicrules1234/sonic_serde_object" resolver = "2" [dependencies.ordered-float] version = "2.8.0" features = ["serde"] [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.sonic_serde_macros] version = "0.1.6" [features]