# 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 = "lace_metadata" version = "0.7.0" authors = ["Promised AI"] description = "Archive of the metadata (savefile) formats for Lace. In charge of versioning and conversion." homepage = "https://www.lace.dev/" readme = "README.md" license = "BUSL-1.1" repository = "https://github.com/promised-ai/lace" [dependencies.bincode] version = "1" [dependencies.hex] version = "0.4" [dependencies.lace_cc] version = "0.7.0" [dependencies.lace_codebook] version = "0.7.0" [dependencies.lace_data] version = "0.3.0" [dependencies.lace_stats] version = "0.4.0" [dependencies.log] version = "0.4" [dependencies.rand_xoshiro] version = "0.6" features = ["serde1"] [dependencies.rayon] version = "1.5" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_yaml] version = "0.9.4" [dependencies.thiserror] version = "1.0.19" [dev-dependencies.tempfile] version = "3"