# 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.82.0" name = "elicit" version = "0.12.2" authors = ["hanepjiv "] build = false include = [ "Cargo.toml", "src/**/*.rs", "README.md", "LICENSE-APACHE-2.0", "LICENSE-MIT", ] publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "SmartPointer-like structure for polymorphism." homepage = "https://github.com/hanepjiv/elicit-rs" documentation = "https://docs.rs/elicit/" readme = "README.md" keywords = ["utility"] license = "MIT OR Apache-2.0" repository = "https://github.com/hanepjiv/elicit-rs.git" [lib] name = "elicit" path = "src/lib.rs" [dependencies.elicit_macro] version = "0.2.5" default-features = false [dependencies.parking_lot] version = "0.12.3" optional = true default-features = false [features] default = [] parking_lot = [ "elicit_macro/parking_lot", "dep:parking_lot", ]