# 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 = "moogle" version = "0.4.4" authors = ["Nyeogmi "] description = "data structures for relational code" homepage = "https://github.com/nyeogmi/moogle" readme = "README.md" keywords = ["gamedev", "database"] categories = ["database-implementations", "data-structures", "game-development", "memory-management"] license = "MIT OR Apache-2.0" repository = "https://github.com/nyeogmi/moogle" [[example]] name = "example" required-features = ["serde1"] [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dev-dependencies.quickcheck] version = "1" [dev-dependencies.quickcheck_macros] version = "1" [dev-dependencies.serde_json] version = "1.0" [features] serde1 = ["serde"]