# 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 = "avantis-rust-utilities" version = "0.1.3" authors = ["Avantis - Genesis "] description = "Swiss army knife utilities for all kind of Avantis rust projects" homepage = "https://github.com/ava-global/avantis-rust-utilities" readme = "README.md" keywords = ["utility"] license = "MIT" repository = "https://github.com/ava-global/avantis-rust-utilities" resolver = "2" [lib] name = "avantis_utils" [dependencies.anyhow] version = "1.0" optional = true [dependencies.config] version = "0.12" optional = true [dependencies.serde] version = "1.0" optional = true [dependencies.strum] version = "0.24" features = ["derive"] optional = true [dev-dependencies.once_cell] version = "1.0" [features] cfg = ["config", "strum", "serde", "anyhow"] default = ["cfg"]