# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "relevant" version = "0.4.2" authors = ["omni-viral "] description = "A small utility type to emulate must-use types" license = "MIT/Apache-2.0" repository = "https://github.com/omni-viral/relevant.git" [package.metadata.docs.rs] features = ["backtrace", "log", "serde-1"] [dependencies.backtrace] version = "0.3.13" optional = true [dependencies.cfg-if] version = "0.1" [dependencies.log] version = "0.4" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [features] default = ["std"] panic = [] serde-1 = ["serde"] std = []