mod conjure {
include!(concat!(env!("OUT_DIR"), "/conjure/mod.rs"));
}
#[cfg(all(feature = "tonic", not(feature = "_build")))]
mod proto;
#[cfg(all(feature = "tonic", not(feature = "_build")))]
pub mod tonic {
pub use crate::proto::*;
}
pub use conjure::*;