# 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.70" name = "krig" version = "0.0.0" authors = ["Arto Bendiken "] publish = true description = "Krig" homepage = "https://krig.rs" documentation = "https://github.com/artob/krig/blob/master/README.md" readme = "README.md" keywords = [] categories = [] license = "Unlicense" repository = "https://github.com/artob/krig" [dependencies.cfg_eval] version = "0.1" optional = true [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] optional = true [dependencies.serde_with] version = "3.8" optional = true [dependencies.thiserror] version = "1.0" [dependencies.zerocopy] version = "0.7" [dependencies.zerocopy-derive] version = "0.7" [dependencies.zeroize] version = "1.7" optional = true [features] default = [ "serde", "zeroize", ] serde = [ "dep:cfg_eval", "dep:serde", "dep:serde_with", ] zeroize = ["dep:zeroize"]