# 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 = "scala-native-demangle" version = "0.0.6" description = "Demangle Scala Native identifiers" homepage = "https://github.com/indoorvivants/scala-native-demangle-rs" readme = "README.md" keywords = [ "scala", "scala-native", "demangler", ] license = "Apache-2.0" repository = "https://github.com/indoorvivants/scala-native-demangle-rs" [lib] name = "scala_native_demangle" path = "src/lib.rs" [[example]] name = "cli" [dev-dependencies.clap] version = "4.4.3" features = ["derive"]