# 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 = "librgb" version = "0.2.0-rc.1" authors = ["Dr Maxim Orlovsky ", "Alekos Filini", "Zoe FaltibĂ  "] build = "build.rs" description = "C-language bindings for RGB (smart contracts on Bitcoin & Lightning network)" license = "MIT" [lib] name = "rgb" crate-type = ["staticlib", "cdylib"] [dependencies.amplify] version = "2.4" [dependencies.amplify_derive] version = "2.4" [dependencies.log] version = "0.4" [dependencies.rgb_node] version = "~0.2.0" features = ["server", "client", "cli", "node", "fungibles"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "~1.0.55" [dependencies.serde_with] version = "~1.5.0" [dependencies.serde_with_macros] version = "~1.2.0" [build-dependencies.cbindgen] version = "^0.14" [build-dependencies.openssl] version = "^0.10" features = ["vendored"] [target."cfg(any(target_os=\"android\", target_os=\"ios\"))".dependencies.libsqlite3-sys] version = "~0.18.0" features = ["bundled"] [target."cfg(any(target_os=\"android\", target_os=\"ios\"))".dependencies.zmq] version = "~0.9.2" features = ["vendored"] [target."cfg(not(target_os=\"android\"))".dependencies.env_logger] version = "~0.7.1" [target."cfg(target_os=\"android\")".dependencies.android_logger] version = "~0.8.6"