# 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] edition = "2018" name = "foo-cargo-filename-test" version = "0.3.0" authors = ["Felix Schütt "] build = "build.rs" description = "Test repo to hack a build script for 'cargo install foo' to build a library as a DLL file" license = "MIT" repository = "https://github.com/fschutt/foo-cargo-filename-test" [profile.dev] opt-level = 3 lto = true codegen-units = 1 debug = false panic = "abort" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = false panic = "abort" [lib] name = "foo_cargo_filename_test" crate-type = ["cdylib"] doc = false edition = "2018" [[bin]] name = "foo_cargo_filename_test" path = "main.rs" edition = "2018" [build-dependencies.flate2] version = "1.0.14" [build-dependencies.tar] version = "0.4"