# 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 = "xylem" version = "0.2.7" authors = ["SOFe "] description = "Building context-sensitive type conversion" homepage = "https://github.com/SOF3/xylem" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/SOF3/xylem" resolver = "2" [dependencies.anyhow] version = "1.0.45" optional = true [dependencies.getset] version = "0.1.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.serde] version = "1.0.130" features = ["derive"] optional = true [dependencies.typemap] version = "0.3.3" optional = true [dependencies.xylem-codegen] version = "0.2.7" [dev-dependencies.anyhow] version = "1.0.45" [features] default = ["id", "ext", "typemap", "anyhow"] ext = [] id = []