# 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 = "acme-core" version = "0.3.1" authors = ["FL03 (https://github.com/FL03)"] description = "This is the core library for the Acme project. It contains the core primitives that are used throughout the project." homepage = "https://github.com/FL03/acme/wikis" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/FL03/acme" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "docsrs", ] [lib] crate-type = [ "cdylib", "rlib", ] test = true doctest = true bench = false [dependencies.num] version = "0.4" [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.serde_json] version = "1" optional = true [dependencies.smart-default] version = "0.7" [dependencies.strum] version = "0.26" features = ["derive"] [dependencies.tracing] version = "0.1" optional = true [dev-dependencies.lazy_static] version = "1" [build-dependencies] [features] default = ["std"] serde = [ "dep:serde", "serde-ext", ] serde-ext = ["dep:serde_json"] std = [] trace = ["dep:tracing"] [target.wasm32-unknown-unknown] [target.wasm32-wasi]