# 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" rust-version = "1.60" name = "artie_common" version = "0.3.2" authors = ["Luis Eduardo Imbernón "] description = "Common Library for Artie Rust Projects" homepage = "https://github.com/ARTIEROCKS/artie-common-rs.git" documentation = "https://docs.rs/artie-common-rs/latest/artie-common-rs" readme = "README.md" keywords = [ "education", "ai", "artificial", "intelligence", ] categories = [ "data-structures", "encoding", "simulation", ] license = "Apache-2.0" repository = "https://github.com/ARTIEROCKS/artie-common-rs.git" [dependencies.env_logger] version = "0.11.3" optional = true [dependencies.log] version = "0.4" features = [ "std", "serde", "kv_unstable", ] [dependencies.num_cpus] version = "1.15.0" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.68"