# 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 = "rust_sm" version = "0.1.7" authors = ["wangmarkqi "] build = "build.rs" include = ["**/*.dll", "**/*.a", "**/*.rs", "Cargo.toml"] description = "A rust implementation for sm." homepage = "https://github.com/wangmarkqi/rust_sm.git" documentation = "https://docs.rs/rust_sm/0.1.3/rust_sm/" license = "MIT" repository = "https://github.com/wangmarkqi/rust_sm.git" [lib] name = "rust_sm" path = "src/lib.rs" [[bin]] name = "rust_sm" path = "src/bin.rs" [dependencies.anyhow] version = "1.0" [dependencies.libloading] version = "0.6.3" [dependencies.once_cell] version = "1.4.0" [build-dependencies.dunce] version = "1.0.0"