# 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.62.1" name = "cargo-cabal" version = "0.9.0" authors = ["Yvan Sraka "] description = "A tool that helps you to turn in one command a Rust crate into a Haskell Cabal library" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/yvan-sraka/cargo-cabal" [lib] name = "lib" path = "src/lib.rs" [dependencies.ansi_term] version = "0.12" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.displaydoc] version = "0.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.toml] version = "0.5"