# 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 = "fpsdk" version = "1.0.3" authors = ["Tonika "] description = "FL Studio SDK" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/tonikasoft/fpsdk" [package.metadata.docs.rs] targets = ["x86_64-apple-darwin", "x86_64-pc-windows-msvc"] [[example]] name = "simple" crate-type = ["cdylib"] path = "examples/simple.rs" [dependencies.bitflags] version = "1.2" [dependencies.hresult] version = "0.0.1" [dependencies.log] version = "0.4" [dev-dependencies.bincode] version = "1.2" [dev-dependencies.log] version = "0.4" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.simple-logging] version = "2.0" [dev-dependencies.simplelog] version = "0.7" [build-dependencies.cc] version = "1.0" features = ["parallel"]