pub const ATTR_NAME: &str = "modi";
pub const INTERFACE_ATTR_NAME: &str = "interface";
pub const INJECT_ATTR_NAME: &str = "inject";
pub const PROVIDE_ATTR_NAME: &str = "provide";
pub const DEFAULT_ATTR_NAME: &str = "default";
pub const DEBUG_ENV_VAR: &str = "DM_CODEGEN_DEBUG";