#![doc = include_str!("../../../README.md")]
#![cfg_attr(docsrs, feature(doc_cfg))]
#![doc(html_logo_url = "https://avatars.githubusercontent.com/u/249173822")]
#![doc(
html_favicon_url = "https://raw.githubusercontent.com/getfloresta/floresta-media/master/logo_png/Icon-Green(main).png"
)]
pub use floresta_chain as chain;
pub use floresta_common as common;
#[cfg(feature = "electrum-server")]
pub use floresta_electrum as electrum;
#[cfg(feature = "watch-only-wallet")]
pub use floresta_watch_only as wallet;
pub use floresta_wire as wire;