# 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 = "expecto-patronum" version = "0.1.0" authors = ["Daniil Polyakov "] description = "A library to add beatiful animals to your panic outputs" readme = "README.md" keywords = [ "panic", "expect", "unwrap", "animal", ] categories = [ "command-line-interface", "rust-patterns", "no-std", ] license = "MIT" repository = "https://github.com/arjentix/expecto-patronum" [dependencies.fastmurmur3] version = "0.1.2" [features] default = ["std"] std = []